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

IExFileTransferClientMultiplePut(String, String) Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
void MultiplePut(
	string localDir,
	string wildcard
)

Parameters

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

See Also