Click or drag to resize

FTPServerOptions Properties

The FTPServerOptions type exposes the following members.

Properties
 NameDescription
Public propertyKeepAlive Defines if the connection is kept alive between multiple connections
Public propertyPassword The password with which to log in
Public propertyServer The address of the FTP Server
Public propertyUsePassiveMode Defines if FTP Passive Mode should be used
Public propertyUsername The username to log in to the FTP Server
Public propertyUseSSL Defines if an SSL connection should be used
Top
See Also