The properties of the Ftp class are listed below. For a complete list of Ftp class members, see the Ftp Members topic.
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. |
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. |
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. |
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. |
Ftp Class | Rebex.Net Namespace