An NDoc Documented Class Library

HttpClient.MultiplePut Method (String, String, String, Boolean)

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

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

Parameters

localDir
local directory name
remoteDir
remote directory name
wildcard
wildcard for specifying files (? for single characters and * for multiple characters)
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

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace | HttpClient.MultiplePut Overload List