Click or drag to resize

FtpClient Properties

The FtpClient type exposes the following members.

Properties
  Name Description
Public property ActiveAddress Gets or sets the IP address to send with the PORT command.
Public property CaseSensitive Gets or sets FTP case sensitivity of file and directory names.
Public property CurrentDirectory Gets or sets current FTP session directory.
Public property FtpType Gets FtpType for this FtpClient.
Public property IsConnected Returns true if FTP session is currently connected.
Public property MaxActivePort Gets or sets the maximum value in the range of ports used when listening for connections in active mode.
Public property MinActivePort Gets or sets the minimum value in the range of ports used when listening for connections in active mode.
Public property Passive Gets or sets the passive/active mode of the server.
Public property Port Gets or sets FTP server port to use, defaults to 21 for FTP and 69 for TFTP.
Public property RootDirectory Gets FTP session root directory entry.
Public property Server Gets or sets FTP server name (DNS name or IP).
Public property TFtpDirectoryFile Gets or sets the directory file, e.g., DIR.TXT, associated with TFTP connections.
Public property Timeout Gets or sets the timeout, in milliseconds, for read and write operations, defaults to 30 seconds.
Top
See Also