FtpClient Class Properties
In This Topic
For a list of all members of this type, see FtpClient members.
Public Properties
| Name | Description |
 | ConnectionMode |
Gets or sets the FTP connection mode. Active or Passive
|
 | KeepAlive |
Gets or sets a value indicating whether to keep alive
|
 | Password |
Gets or sets the password to access the FTP server
|
 | RemoteHost |
Gets or sets the remote host to connect to
|
 | TransferType |
Gets or sets the FTP transfer type. Binary or ASCII
|
 | UserName |
Gets or sets the user name to access the FTP server
|
Top
See Also