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

SSHFTPClientMultiplePut(String, FileFilter) Method

Put multiple files from the specified local directory into the current 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,
	FileFilter filter
)

Parameters

localDir  String
local directory to get files from
filter  FileFilter
FileFilter to use for determining which files should be included.

Implements

IExFileTransferClientMultiplePut(String, FileFilter)

See Also