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

SSHFTPClientMultipleGet(String, String) Method

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

Definition

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

Parameters

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

Implements

IExFileTransferClientMultipleGet(String, String)

See Also