Rebex FTP/SSL for .NET

Ftp Properties

The properties of the Ftp class are listed below. For a complete list of Ftp class members, see the Ftp Members topic.

Public Instance Properties

AbortTimeout Gets or sets the length of time before the abort operation times out.
EnabledExtensions Gets or sets the bit field specifying the enabled extensions.
Encoding Gets or sets the Encoding to use to encode and decode command parameters and server responses.
IsSecured Gets the value indicating whether the control connection is secured.
KeepAliveDuringTransferInterval Gets or sets the length of interval between NOOP commands sent during transfer when the KeepAliveDuringTransfer option is enabled.
LocalEndPoint Gets the local client EndPoint.
Options Gets or sets FTP object options.
Passive Gets or sets a value which specifies the way data transfers are made.
Proxy Gets or sets the network proxy to use to access a remote server.
RemoteEndPoint Gets the remote server EndPoint.
SecureTransfers Gets or sets a value which specifies whether data transfers are secure.
State Gets the current state of the Ftp object.
SupportedExtensions Gets the bit field specifying the extensions supported by the server.
Timeout Gets or sets the length of time before the operation times out.
TlsDebugLevel Gets or sets the debug level that specifies an amount of messages TlsDebug event handlers receive.
TlsSocket Returns the TLS/SSL socket of secured control connection.
TransferState Gets the current transfer state of the Ftp object.
TransferType Gets or sets the data transfer type.
UploadBufferLength Gets or sets the size of the upload buffer. Allowed values are 2048 to 65536. Default is 4096.
Version Returns the version of the FTP component.

See Also

Ftp Class | Rebex.Net Namespace