An NDoc Documented Class Library

ExFTPConnection.DownloadMultiple Method (String, String)

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

public void DownloadMultiple(
   string localDirectory,
   string wildcard
);

Parameters

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

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

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace | ExFTPConnection.DownloadMultiple Overload List