| FTPUtilitiesFTPConfiguration Structure |
Namespace: ProFTPNetLibrary
The FTPUtilitiesFTPConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Address |
FTP uri address (use the main root es "ftp://www.domain")
| |
| KeepAlive |
Define if you need to keep alive the connection after the process (usually false)
| |
| Passive |
FTP passive mode enabling (false if unknown or not used)
| |
| Password |
FTP access password
| |
| Port |
FTP access port (usually 21)
| |
| Proxy |
FTP proxy (string.empty if unknown or not used)
| |
| Username |
FTP access username
|