FTPServer |
The FTPServerOptions type exposes the following members.
Name | Description | |
---|---|---|
FTPServerOptions | Initializes a new instance of the FTPServerOptions class |
Name | Description | |
---|---|---|
KeepAlive | Defines if the connection is kept alive between multiple connections | |
Password | The password with which to log in | |
Server | The address of the FTP Server | |
UsePassiveMode | Defines if FTP Passive Mode should be used | |
Username | The username to log in to the FTP Server | |
UseSSL | Defines if an SSL connection should be used |