You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitthis.sendIgnoringError("STRU F");// Use file structure
4290
-
awaitthis.sendIgnoringError("OPTS UTF8 ON");// Some servers expect UTF-8 to be enabled explicitly
4290
+
awaitthis.sendIgnoringError("OPTS UTF8 ON");// Some servers expect UTF-8 to be enabled explicitly and setting before login might not have worked.
4291
4291
if(supportsMLSD){
4292
4292
awaitthis.sendIgnoringError("OPTS MLST type;size;modify;unique;unix.mode;unix.owner;unix.group;unix.ownername;unix.groupname;");// Make sure MLSD listings include all we can parse
Copy file name to clipboardexpand all lines: migration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Most features have been carried forward and improved upon. However, some feature
25
25
### How to upgrade
26
26
27
27
1. Remove `with: fetch-depth: 2`. It is no longer needed and removing it will _slightly_ speed up deployments.
28
-
2. Change the version to `v4.X.X`, for example `SamKirkland/[email protected].4` (please check the [README](https://github.com/SamKirkland/FTP-Deploy-Action/blob/master/README.md) or the [releases page](https://github.com/SamKirkland/FTP-Deploy-Action/releases/latest) for the latest version).
28
+
2. Change the version to `v4.X.X`, for example `SamKirkland/[email protected].5` (please check the [README](https://github.com/SamKirkland/FTP-Deploy-Action/blob/master/README.md) or the [releases page](https://github.com/SamKirkland/FTP-Deploy-Action/releases/latest) for the latest version).
29
29
3. If you have a `.git-ftp-include` file you should delete it. Version 4 tracks files differently and no longer needs this config file.
30
30
4. If you have a `.git-ftp-ignore` file, you should transfer the options to the new `exclude` argument. **Note:** version 4 excludes any `.git*` and `node_modules/` files / folders by default.
31
31
5. Update your arguments to reflect the following changes:
0 commit comments