An NDoc Documented Class Library |
|
ExFTPConnection.DownloadDirectory Method
Downloads the remote directory (and its subdirectories) to the local directory.
public virtual
void DownloadDirectory(
string localDirectory,
string remoteDirectory);
Parameters
-
localDirectory
- Local directory
-
remoteDirectory
- Remote directory (will be created if it doesn't already exist)
Remarks
The local directory will be created if it doesn't already exist.
DownloadMultiple should be used if more control over which files are transferred is required.
See Also
ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace