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