sftp-push-sync 2.1.4 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -153,15 +153,17 @@ The dry run is a great way to compare files and fill the cache.
153
153
 
154
154
  ### How ist works
155
155
 
156
- Es werden 5 SChritten abgearbeitet:
156
+ There are 7 steps to follow:
157
157
 
158
158
  - Phase 1: Scan local files
159
159
  - Phase 2: Scan remote files
160
160
  - Phase 3: Compare & decide
161
161
  - Phase 4: Removing orphaned remote files
162
- - Preparing remote directories
163
- - Phase 5: Apply changes
164
- - Cleaning up empty remote directories
162
+ - Phase 5: Preparing remote directories
163
+ - Phase 6: Apply changes
164
+ - Phase 7: Cleaning up empty remote directories
165
+
166
+ Phases 1 and 2 can optionally be executed in parallel. Phase 6 always runs in parallel with as many worker threads as the FTP server allows.
165
167
 
166
168
  ### Sidecar uploads / downloads
167
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sftp-push-sync",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "SFTP sync tool for Hugo projects (local to remote, with hash cache)",
5
5
  "type": "module",
6
6
  "bin": {