The FTPClient type exposes the following members.

Properties

  NameDescription
Public propertyActiveIPAddress
Force the PORT command to send a fixed IP address, used only for certain firewalls
Public propertyActivePortRange
Port range for active mode, used only if it is necessary to limit the ports to a narrow range specified in a firewall
Public propertyAutoPassiveIPSubstitution
Use AutoPassiveIPSubstitution to ensure that data-socket connections are made to the same IP address that the control socket is connected to.
Public propertyStatic memberBuildTimestamp
The edtFTPj build timestamp.
Public propertyCloseStreamsAfterTransfer
If true then streams are closed after a transfer has completed.
Public propertyConnected
Is the client currently connected?
Public propertyConnectMode
The connection-mode (passive or active) of data-channels.
Public propertyControlEncoding
The encoding to use when dealing with file and directory paths.
Public propertyControlPort
The port on the server to which to connect the control-channel.
Public propertyDataEncoding
The encoding to use for data when transferring in ASCII mode.
Public propertyDeleteOnFailure
Controls whether or not a file is deleted when a failure occurs.
Public propertyDirectoryEmptyMessages
Holds fragments of server messages that indicate a directory is empty
Public propertyFileNotFoundMessages
Holds fragments of server messages that indicate a file was not found
Public propertyFTPFileFactory
Override the chosen file factory with a user created one - meaning that a specific parser has been selected.
Public propertyIsConnected
Indicates whether the client is currently connected with the server.
Public propertyIsResuming
Returns true if the next transfer is to be resumed (i.e. Resume()()()() has been called).
Public propertyLastBytesTransferred
The number of bytes transferred in the last transfer operation.
Public propertyLastFileTransferred
The remote name/path of the last file transferred.
Public propertyLastValidReply
The latest valid reply from the server.
Public propertyLogTag
Log tag
Public propertyParsingCulture
The culture for parsing file listings.
Public propertyRemoteHost
The domain-name or IP address of the FTP server.
Public propertyServerWakeupInterval
The interval in seconds that the server is sent a wakeup message during large transfers.
Public propertyShowHiddenFiles
Include hidden files in operations that involve listing of directories, and if supported by the server.
Public propertyStrictReturnCodes
Controls whether or not checking of return codes is strict.
Public propertySynchronizePassiveConnections
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.
Public propertyTimeDifference
Time difference between server and client (relative to client).
Public propertyTimeIncludesSeconds
Indicates whether seconds were included in the most recent directoy listing.
Public propertyTimeout
TCP timeout on the underlying sockets, in milliseconds.
Public propertyTransferBufferSize
The size of the buffers (in bytes) used in writing to and reading from the data-sockets.
Public propertyTransferCompleteMessages
Holds fragments of server messages that indicate a transfer completed.
Public propertyTransferNotifyInterval
The number of bytes transferred between each notification of the BytesTransferred event.
Public propertyTransferNotifyListings
By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour.
Public propertyTransferType
The current file transfer type (BINARY or ASCII).
Public propertyStatic memberVersion
The version of edtFTPj.
Public propertyWelcomeMessage
Server welcome message.

See Also