An NDoc Documented Class Library

FTPClient Properties

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

Public Static Properties

BuildTimestampThe edtFTPj build timestamp.
VersionThe version of edtFTPj.

Public Instance Properties

ActiveIPAddress Force the PORT command to send a fixed IP address, used only for certain firewalls
ActivePortRange Port range for active mode, used only if it is necessary to limit the ports to a narrow range specified in a firewall
AutoPassiveIPSubstitution Use AutoPassiveIPSubstitution to ensure that data-socket connections are made to the same IP address that the control socket is connected to.
CloseStreamsAfterTransfer If true then streams are closed after a transfer has completed.
Connected Is the client currently connected?
ConnectMode The connection-mode (passive or active) of data-channels.
ControlEncoding The encoding to use when dealing with file and directory paths.
ControlPort The port on the server to which to connect the control-channel.
DataEncoding The encoding to use for data when transferring in ASCII mode.
DeleteOnFailure Controls whether or not a file is deleted when a failure occurs.
DirectoryEmptyMessages Holds fragments of server messages that indicate a directory is empty
FileNotFoundMessages Holds fragments of server messages that indicate a file was not found
FTPFileFactory Override the chosen file factory with a user created one - meaning that a specific parser has been selected.
IsConnected Indicates whether the client is currently connected with the server.
LastValidReplyThe latest valid reply from the server.
ParsingCultureThe culture for parsing file listings.
RemoteHost The domain-name or IP address of the FTP server.
ServerWakeupInterval The interval in seconds that the server is sent a wakeup message during large transfers.
StrictReturnCodesControls whether or not checking of return codes is strict.
TimeDifference Time difference between server and client (relative to client).
TimeIncludesSeconds Indicates whether seconds were included in the most recent directoy listing.
Timeout TCP timeout on the underlying sockets, in milliseconds.
TransferBufferSize The size of the buffers (in bytes) used in writing to and reading from the data-sockets.
TransferCompleteMessages Holds fragments of server messages that indicate a transfer completed.
TransferNotifyInterval The number of bytes transferred between each notification of the BytesTransferred event.
TransferTypeThe current file transfer type (BINARY or ASCII).

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace