The properties of the ExFTPClient class are listed below. For a complete list of ExFTPClient class members, see the ExFTPClient Members topic.
![]() | Force the PORT command to send a fixed IP address, used only for certain firewalls |
![]() | Port range for active mode, used only if it is necessary to limit the ports to a narrow range specified in a firewall |
![]() | Use AutoPassiveIPSubstitution to ensure that data-socket connections are made to the same IP address that the control socket is connected to. |
![]() | If true then streams are closed after a transfer has completed. |
![]() | Is the client currently connected? |
![]() | The connection-mode (passive or active) of data-channels. |
![]() | The encoding to use when dealing with file and directory paths. |
![]() | The port on the server to which to connect the control-channel. |
![]() | Number of transfers before going to sleep |
![]() | The encoding to use for data when transferring in ASCII mode. |
![]() | Controls whether or not a file is deleted when a failure occurs. |
![]() | If set to true, the transfer mode in operations involving multiple files is automatically changed between ASCII and binary as appropriate. |
![]() | Holds fragments of server messages that indicate a directory is empty |
![]() | Holds fragments of server messages that indicate a file was not found |
![]() | Override the chosen file factory with a user created one - meaning that a specific parser has been selected. |
![]() | Indicates whether the client is currently connected with the server. |
![]() | The number of bytes transferred in the last transfer operation. |
![]() | The remote name/path of the last file transferred. |
![]() | The latest valid reply from the server. |
![]() | The license key string. |
![]() | The license owner string. |
![]() | The maximum transfer rate in bytes per sec |
![]() | The culture for parsing file listings. |
![]() | Settings for using proxies. |
![]() | The domain-name or IP address of the FTP server. |
![]() | The interval in seconds that the server is sent a wakeup message during large transfers. |
![]() | Include hidden files in operations that involve listing of directories, and if supported by the server. |
![]() | Enabling or not of sleeping after a certain number of transfers |
![]() | Number of seconds spent asleep |
![]() | Obsolete. Controls SOCKS integration. |
![]() | Controls whether or not checking of return codes is strict. |
![]() | Time difference between server and client (relative to client). |
![]() | Indicates whether seconds were included in the most recent directoy listing. |
![]() | TCP timeout on the underlying sockets, in milliseconds. |
![]() | The size of the buffers (in bytes) used in writing to and reading from the data-sockets. |
![]() | Holds fragments of server messages that indicate a transfer completed. |
![]() | The number of bytes transferred between each notification of the BytesTransferred event. |
![]() | By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour. |
![]() | The current file transfer type (BINARY or ASCII). |
![]() | Server welcome message. |