Rebex FTP for .NET

FtpOptions Enumeration

Specifies various FTP options.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum FtpOptions

Members

Member Name Description Value
None No options. 0
DoNotSendSignals Do not send abort signals when aborting download. 1
DoNotSendAbort Do not send the ABOR command when aborting download. 2
KeepAliveDuringTransfer Send NOOP command during file transfers every 10 minutes. 4
SendDataAsynchronously Uses BeginSend/EndSend asynchronous methods instead of synchronous Send while uploading data. 16
TimeoutAsynchronousMethods Makes Timeout property affect asynchronous methods as well. By default, it only affects the synchronos methods. 32
DoNotDetectFeatures Disables feature detection after logging in using FEAT and/or other commands. 64
IgnorePassiveModeAddress Overrides an IP address announced by the server in response to PASV command with an IP used by the control connection. 128

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Ftp (in Rebex.Net.Ftp.dll)

See Also

Rebex.Net Namespace