Specifies the file transfer options that the FtpClient class supports.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| transferDefault | This option specifies that the default transfer mode should be used. If the file exists, it will be overwritten. | 0 |
| transferAppend | This option specifies that if the file exists, data will be appended to the end of the file. If the file does not exist, it will be created. | 1 |
Namespace: SocketTools
Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)