IFileTransferClient Interface |
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic interface IFileTransferClient
Public Interface IFileTransferClient
public interface class IFileTransferClient
type IFileTransferClient = interface end
The IFileTransferClient type exposes the following members.
Properties
Methods|
| Name | Description |
|---|
 | CancelResume | |
 | CancelTransfer | |
 | CdUp | |
 | ChDir | |
 | Connect | |
 | Delete | |
 | Dir | |
 | Dir(String) | |
 | Dir(String, Boolean) | |
 | DirDetails | |
 | DirDetails(String) | |
 | DirDetails(String, FTPFileCallback) | |
 | Exists | |
 | Get(String) | |
 | Get(Stream, String) | |
 | Get(String, String) | |
 | MkDir | |
 | ModTime | |
 | Put(Byte, String) | |
 | Put(Stream, String) | |
 | Put(String, String) | |
 | Put(Byte, String, Boolean) | |
 | Put(Stream, String, Boolean) | |
 | Put(String, String, Boolean) | |
 | Pwd | |
 | Quit | |
 | QuitImmediately | |
 | Rename | |
 | Resume | |
 | ResumeDownload | |
 | RmDir | |
 | SetModTime | |
 | Size | |
 | TestConnection | |
Top
Events
See Also