In This Topic
The following tables list the members exposed by FtpClient.
Public Constructors
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
Public Methods
| Name | Description |
| GetFile | Overloaded.
Not implemented
|
| PutFile |
Uploads a file from to the FTP server
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also