An NDoc Documented Class Library

AbstractRecursiveOperations.Put Method (String, String, FileFilter, Boolean)

Puts this entire directory and its contents.

public void Put(
   string localDir,
   string remoteDir,
   FileFilter filter,
   bool detectTransferMode
);

Parameters

localDir
name of local directory
remoteDir
name of remote directory
filter
FileFilter to use for determining which files should be included.
detectTransferMode
true if transfer mode is to be auto-detected

Remarks

Recursively goes through the local directory supplied (which can be relative or absolute. Puts the directory into the current remote directory, into a directory with the supplied remoteDir name. Only files matching the filter are fetched. On Windows clients, case is ignored.

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace | AbstractRecursiveOperations.Put Overload List