edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHFTPClientMultiplePut(String, String, String, Boolean) Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override void MultiplePut(
	string localDir,
	string remoteDir,
	string wildcard,
	bool recurse
)

Parameters

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

Implements

IExFileTransferClientMultiplePut(String, String, String, Boolean)

Remarks

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

See Also