Click or drag to resize

FtpClient Properties

The FtpClient type exposes the following members.

Properties
  NameDescription
Public propertyActiveAddress
Gets or sets the IP address to send with the PORT command.
Public propertyCaseSensitive
Gets or sets FTP case sensitivity of file and directory names.
Public propertyFtpType
Gets FtpType for this FtpClient.
Public propertyIsConnected
Returns true if FTP session is currently connected.
Public propertyMaxActivePort
Gets or sets the maximum value in the range of ports used when listening for connections in active mode.
Public propertyMinActivePort
Gets or sets the minimum value in the range of ports used when listening for connections in active mode.
Public propertyPassive
Gets or sets the passive/active mode of the server.
Public propertyPort
Gets or sets FTP server port to use, defaults to 21.
Public propertyServer
Gets or sets FTP server name (DNS name or IP).
Public propertyTimeout
Gets or sets the timeout, in milliseconds, for read and write operations, defaults to 30 seconds.
Top
See Also