The IExFileTransferClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CancelResume | (Inherited from IFileTransferClient.) | |
| CancelTransfer | (Inherited from IFileTransferClient.) | |
| CdUp | (Inherited from IFileTransferClient.) | |
| ChDir | (Inherited from IFileTransferClient.) | |
| Connect | (Inherited from IFileTransferClient.) | |
| Delete | (Inherited from IFileTransferClient.) | |
| Dir()()()() | (Inherited from IFileTransferClient.) | |
| Dir(String) | (Inherited from IFileTransferClient.) | |
| Dir(String, Boolean) | (Inherited from IFileTransferClient.) | |
| DirDetails()()()() | (Inherited from IFileTransferClient.) | |
| DirDetails(String) | (Inherited from IFileTransferClient.) | |
| DirDetails(String, Boolean) |
Returns the given directory's contents and optionally that of its subdirectories
as an array of FTPFile objects.
| |
| DirDetails(String, FTPFileCallback) | (Inherited from IFileTransferClient.) | |
| Exists | (Inherited from IFileTransferClient.) | |
| Get(String) | (Inherited from IFileTransferClient.) | |
| Get(Stream, String) | (Inherited from IFileTransferClient.) | |
| Get(String, String) | (Inherited from IFileTransferClient.) | |
| GetLocalCRC |
Get the CRC-32 checksum for the named local file
| |
| GetRemoteCRC |
Get the CRC-32 checksum for the named remote file. Not supported
by all servers (requires the XCRC command).
| |
| MkDir | (Inherited from IFileTransferClient.) | |
| ModTime | (Inherited from IFileTransferClient.) | |
| MultipleDelete(String) |
Delete multiple files in the current remote directory
| |
| MultipleDelete(FileFilter) |
Delete multiple files in the current remote directory
| |
| MultipleDelete(String, FileFilter, Boolean) |
Delete multiple files in a remote directory and its subdirectories.
| |
| MultipleDelete(String, String, Boolean) |
Delete multiple files in the current remote directory and its subdirectories.
| |
| MultipleDeleteDirectories |
Remove a remote directory, and all its files and its subdirectories
| |
| MultipleGet(String, FileFilter) |
Get multiple files into the specified local directory from the current remote directory
| |
| MultipleGet(String, String) |
Get multiple files into the specified local directory from the current remote directory
| |
| MultipleGet(String, String, FileFilter, Boolean) |
Get multiple files from the specified remote directory into the specified local directory
| |
| MultipleGet(String, String, String, Boolean) |
Get multiple files from the specified remote directory into the specified local directory
| |
| MultiplePut(String, FileFilter) |
Put multiple files from the specified local directory into the current remote directory
| |
| MultiplePut(String, String) |
Put multiple files from the specified local directory into the current remote directory
| |
| MultiplePut(String, String, FileFilter, Boolean) |
Put multiple files from the specified local directory into the specified remote directory
| |
| MultiplePut(String, String, String, Boolean) |
Put multiple files from the specified local directory into the specified remote directory
| |
| Put(array<Byte>[]()[][], String) | (Inherited from IFileTransferClient.) | |
| Put(Stream, String) | (Inherited from IFileTransferClient.) | |
| Put(String, String) | (Inherited from IFileTransferClient.) | |
| Put(array<Byte>[]()[][], String, Boolean) | (Inherited from IFileTransferClient.) | |
| Put(Stream, String, Boolean) | (Inherited from IFileTransferClient.) | |
| Put(String, String, Boolean) | (Inherited from IFileTransferClient.) | |
| Pwd | (Inherited from IFileTransferClient.) | |
| Quit | (Inherited from IFileTransferClient.) | |
| QuitImmediately | (Inherited from IFileTransferClient.) | |
| Rename | (Inherited from IFileTransferClient.) | |
| Resume | (Inherited from IFileTransferClient.) | |
| ResumeDownload | (Inherited from IFileTransferClient.) | |
| RmDir | (Inherited from IFileTransferClient.) | |
| SetModTime | (Inherited from IFileTransferClient.) | |
| Size | (Inherited from IFileTransferClient.) | |
| TestConnection | (Inherited from IFileTransferClient.) | |
| Unlock |
Unlock the software for use. This method should be used when
a configuration file isn't available
|
Properties
Events
| Name | Description | |
|---|---|---|
| BytesTransferred | (Inherited from IFileTransferClient.) | |
| TransferCompleteEx | (Inherited from IFileTransferClient.) | |
| TransferStartedEx | (Inherited from IFileTransferClient.) |