An NDoc Documented Class Library

ExFTPConnection.UploadMultiple Method (String, FileFilter)

Put multiple files from the specified local directory into the current remote directory.

public virtual void UploadMultiple(
   string localDirectory,
   FileFilter filter
);

Parameters

localDirectory
local directory to get files from
filter
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

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