Public Constructor
Ftp Constructor
|
Initializes a new instance of the Ftp class |
Public Properties
Credentials
|
Provides the authentication information for the Ftp server |
ErrorStatus
|
Retrieves the types of errors that can occur when using the Ftp control |
Passive
|
Sets whether or not passive mode connectivity is enabled |
Proxy
|
Sets the proxy information to access to the Ftp server |
StatusCode
|
Sets the proxy information to access to the Ftp server |
Timeout
|
Sets the timeout value for the given request |
Public Methods
DeleteFile
|
Deletes the file from the FTP server with specified URI |
DownloadFile
|
Downloads data from the FTP server with specified URI to local file |
DownloadFileToByteArray
|
Downloads data from a file on the FTP server to a byte array |
RenameFile
|
Renames a file at the specified URI |
UploadFile
|
Uploads the existing file to the FTP server with specified URI |
UploadByteArrayToFile
|
Uploads upload data in a byte array to a file on the FTP server |
Public Events
Progress
|
Generated when a file is being transferred |


