An NDoc Documented Class Library

IExFileTransferClient Methods

The methods of the IExFileTransferClient interface are listed below. For a complete list of IExFileTransferClient interface members, see the IExFileTransferClient Members topic.

Public Instance Methods

DirDetails Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
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).
MultipleDeleteOverloaded. Delete multiple files in a remote directory and its subdirectories.
MultipleDeleteDirectories Remove a remote directory, and all its files and its subdirectories
MultipleGetOverloaded. Get multiple files from the specified remote directory into the specified local directory
MultiplePutOverloaded. Put multiple files from the specified local directory into the specified remote directory
Unlock Unlock the software for use. This method should be used when a configuration file isn't available

See Also

IExFileTransferClient Interface | EnterpriseDT.Net.Ftp Namespace