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

SSHSCPClientMultipleGet(String, String, FileFilter, Boolean) Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void MultipleGet(
	string localDir,
	string remoteDir,
	FileFilter filter,
	bool recurse
)

Parameters

localDir  String
local directory name
remoteDir  String
remote directory name
filter  FileFilter
FileFilter to use for determining which files should be included.
recurse  Boolean
if true, subdirectories are put

Implements

IExFileTransferClientMultipleGet(String, String, FileFilter, Boolean)

Remarks

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

See Also