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

AbstractRecursiveOperationsPutFilesIntoCurrentDir(String, FileFilter, Boolean) Method

Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void PutFilesIntoCurrentDir(
	string localDir,
	FileFilter filter,
	bool detectTransferMode
)

Parameters

localDir  String
name of local directory to get files into
filter  FileFilter
FileFilter to use for determining which files should be included.
detectTransferMode  Boolean
true if transfer mode is to be auto-detected from

Remarks

No directories are put.

See Also