IFTP Interface |
Namespace: NetQuarry
The IFTP type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectTimeoutMs | The connection timeout (ms) for the file transfer session |
![]() | FileTransferResults |
Collection of FileTransferResults that describe the status of each file transfer in the transfer session
|
![]() | HeartBeatMs | The heartbeat frequency (ms) for firing any abort check events (if supported) |
![]() | HostName | The host name of the remote server |
![]() | IdleTimeoutMs | The idle timeout (ms) for the file transfer session |
![]() | Password | The password for remote authentication |
![]() | Port | The port used for the file transfer session |
![]() | UserID | The user id for remote authentication |
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
|