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