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 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 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. |
![]() | Include hidden files in operations that involve listing of directories, and if supported by the server. |
![]() | Controls whether or not checking of return codes is strict. |
![]() | For cases where your FTP server does not properly manage PASV connections, it may be necessary to synchronize the creation of passive data sockets. It has been reported that some FTP servers (such as those at Akamai) appear to get confused when multiple FTP clients from the same IP address attempt to connect at the same time. For more details, please read the forum post http://www.enterprisedt.com/forums/viewtopic.php?t=2559 The default value for SynchronizePassiveConnections is false. |
![]() | 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. |