Enum FtpFolderSyncMode
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
Determines how we handle downloading and uploading folders
public enum FtpFolderSyncMode
- Extension Methods
Fields
Mirror = 0
Dangerous but useful method! Uploads/downloads all the missing files to update the server/local filesystem. Deletes the extra files to ensure that the target is an exact mirror of the source.
Update = 1
Safe method! Uploads/downloads all the missing files to update the server/local filesystem.