An NDoc Documented Class Library

AbstractRecursiveOperations.Put Method (String, String, Boolean)

Puts this entire directory and its contents, recursively going through the local directory supplied (which can be relative or absolute).

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

Parameters

localDir
name of local directory to get files into
remoteDir
name of remote directory to get files from
detectTransferMode
true if transfer mode is to be auto-detected from

Remarks

Puts the directory into the current remote directory, into a directory with the supplied remoteDir name.

See Also

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