IFTP Methods |
The IFTP type exposes the following members.
| Name | Description | |
|---|---|---|
| DownloadFile |
Download files from a remote server
| |
| DownloadMultipleFiles |
Download multiple files from a remote server
| |
| DownloadSingleFile |
Download a single file from a remote server
| |
| Initialize(String, String, String) |
Initiliaze the file transfer session using the default transfer port for the transmission protocol (e.g. 21 for FTP, 22 for SFTP)
| |
| Initialize(String, Int32, String, String) |
Initiliaze the file transfer session
| |
| Initialize(String, Int32, String, String, Int32, Int32) |
Initiliaze the file transfer session
| |
| UploadFile |
Upload multiple files to a remote server
| |
| UploadMultipleFiles |
Upload multiple files to a remote server
| |
| UploadSingleFile |
Upload a single file to a remote server
|