edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

WriteMode Enumeration

Enumerates the possible write modes

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public enum WriteMode
Members
  Member nameValueDescription
Overwrite0 Overwrite the file
Append1 Append to the file
Resume2 Resume uploading the file
See Also