An NDoc Documented Class Library

AbstractRecursiveOperations.PutFilesIntoCurrentDir Method (String, String, Boolean)

Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.

public void PutFilesIntoCurrentDir(
   string localDir,
   string wildcard,
   bool detectTransferMode
);

Parameters

localDir
name of local directory to get files into
wildcard
wildcard for specifying files (? for single characters and * for multiple characters)
detectTransferMode
true if transfer mode is to be auto-detected from

Remarks

No directories are put.

See Also

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