The IFtp type exposes the following members.
Properties
Name | Description | |
---|---|---|
Encoding |
Gets or sets the Encoding to use to encode and decode command parameters and server responses.
| |
IsAuthenticated |
Gets a value indicating whether the session is authenticated.
| |
IsConnected |
Gets a value indicating whether the session is connected.
| |
LogWriter |
Gets or sets the logger used by this object.
| |
MaxDownloadSpeed |
Gets or sets the maximum allowed download speed, in kilobytes. For unlimited speed, set this to zero.
| |
MaxUploadSpeed |
Gets or sets the maximum allowed upload speed, in kilobytes. For unlimited speed, set this to zero.
| |
ServerName |
Gets the server name, if available.
| |
ServerPort |
Gets the server port, if available.
| |
Settings |
Gets the options set used by this object.
| |
Timeout |
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out).
| |
TransferType |
Gets or sets the data transfer type.
| |
UserName |
Gets the authenticated user name, if available.
|