SocketTools .NET Edition

FtpClient.FtpTransferOptions Enumeration

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.

[Visual Basic]
<Flags>
Public Enum FtpClient.FtpTransferOptions
[C#]
[Flags]
public enum FtpClient.FtpTransferOptions

Members

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

Requirements

Namespace: SocketTools

Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)

See Also

SocketTools Namespace