Click or drag to resize

FTPServerInputControl Properties

The FTPServerInputControl type exposes the following members.

Properties
 NameDescription
Public propertyFTPServerInfos Returns the currently entered values in the control in the form of a FTPServerOptions object.
Public propertyKeepAlive Defines if the server connection should be kept alive between requests.
Public propertyPassword The login password
Public propertyServer The server address or name
Public propertyUsePassiveMode Defines if the connection should use the FTP passive-mode.
Public propertyUsername The login name
Public propertyUseSSL Defines if the connection should use SSL for communication.
Top
See Also