An NDoc Documented Class Library

ExFTPClient.MultiplePut Method (String, String)

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

public void MultiplePut(
   string localDir,
   string wildcard
);

Parameters

localDir
local directory to get files from
wildcard
wildcard for specifying files (? for single characters and * for multiple characters)

Implements

IExFileTransferClient.MultiplePut

See Also

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