|
|
FtpClient Properties |
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.
| |
| FtpType | ||
| 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.
| |
| Server |
Gets or sets FTP server name (DNS name or IP).
| |
| Timeout |
Gets or sets the timeout, in milliseconds, for
read and write operations, defaults to 30 seconds.
|