| FTPConfiguration Properties |
The FTPUtilitiesFTPConfiguration type exposes the following members.
| 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
|