edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Put multiple files from the specified local directory into the current remote directory.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void UploadMultiple(
	string localDirectory,
	FileFilter filter
)
Visual Basic
Public Overridable Sub UploadMultiple ( _
	localDirectory As String, _
	filter As FileFilter _
)
Visual C++
public:
virtual void UploadMultiple(
	String^ localDirectory, 
	FileFilter^ filter
)

Parameters

localDirectory
Type: System..::..String
local directory to get files from
filter
Type: EnterpriseDT.Net.Ftp..::..FileFilter
FileFilter to use for determining which files should be included.

Remarks

Note that if the LocalDirectory property is set and localDirectory is a relative path, it will be combined with the LocalDirectory to find the target directory.

See Also