The properties of the FTPClient class are listed below. For a complete list of FTPClient class members, see the FTPClient Members topic.
![]() ![]() | The edtFTPj build timestamp. |
![]() ![]() | The version of edtFTPj. |
![]() | 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. |
![]() | The encoding to use for data when transferring in ASCII mode. |
![]() | Controls whether or not a file is deleted when a failure occurs. |
![]() | 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 latest valid reply from the server. |
![]() | The culture for parsing file listings. |
![]() | 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. |
![]() | 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. |
![]() | The current file transfer type (BINARY or ASCII). |