SSHFTPClientMultiplePut(String, String, String, Boolean) Method
Put multiple files from the specified local directory into the specified remote directory
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void MultiplePut(
string localDir,
string remoteDir,
string wildcard,
bool recurse
)
Public Overrides Sub MultiplePut (
localDir As String,
remoteDir As String,
wildcard As String,
recurse As Boolean
)
public:
virtual void MultiplePut(
String^ localDir,
String^ remoteDir,
String^ wildcard,
bool recurse
) override
abstract MultiplePut :
localDir : string *
remoteDir : string *
wildcard : string *
recurse : bool -> unit
override MultiplePut :
localDir : string *
remoteDir : string *
wildcard : string *
recurse : bool -> unit
- localDir String
- local directory name
- remoteDir String
- remote directory name
- wildcard String
- wildcard for specifying files (? for single characters and * for multiple characters)
- recurse Boolean
- if true, subdirectories are put
IExFileTransferClientMultiplePut(String, String, String, Boolean) Optionally, all subdirectories can be transferred as well. Note that the wildcard
is only applicable to files, not to subdirectories