An NDoc Documented Class Library

ExFTPClient.MultiplePut Method (String, String, FileFilter, Boolean)

Put multiple files from the specified local directory into the specified remote directory

public void MultiplePut(
   string localDir,
   string remoteDir,
   FileFilter filter,
   bool recurse
);

Parameters

localDir
local directory name
remoteDir
remote directory name
filter
FileFilter to use for determining which files should be included.
recurse
if true, subdirectories are put

Implements

IExFileTransferClient.MultiplePut

Remarks

Optionally, all subdirectories can be transferred as well. Note that the wildcard is only applicable to files, not to subdirectories

See Also

ExFTPClient Class | EnterpriseDT.Net.Ftp Namespace | ExFTPClient.MultiplePut Overload List