Dart.Ftp Namespace : CopyMode Enumeration |
Public Enum CopyMode Inherits System.Enum
Dim instance As CopyMode
public enum CopyMode : System.Enum
public enum class CopyMode : public System.Enum
Member | Description |
---|---|
Append | Appends the source file to the destination file. Upon completion of a copy operation, indicates the source file was appended to the destination file. |
Copy | Uploads the entire file, overwriting any existing file. Upon completion of a copy operation, indicates the file was uploaded or overwritten. |
Restart | Resumes an incomplete transfer or overwrites the destination file if the source file has been changed. Upon completion of a copy operation, indicates the transfer was resumed. |
Synchronize | If the file timestamps and sizes match, no copy is performed. Otherwise a full copy is performed. Upon completion of a copy operation, indicates no copy was performed. |
System.Object
System.ValueType
System.Enum
Dart.Ftp.CopyMode