SSH Factory for .NET

Scp.Mupload Method (String, String, RegexOptions)

Uploads multiple files matching filter to SSH server's current directory. Uploads are performed relative to current local directory. Wildcards may be used to specify multiple files e.g. *.txt

public void Mupload(
   string remoteDir,
   string filter,
   RegexOptions options
);

Parameters

remoteDir
emote directory path with ending path separator (i.e "/user/home/") or empty line for current directory
filter
the filter to use
options
the values to use to set regular expression options.

See Also

Scp Class | Jscape.Scp Namespace | Scp.Mupload Overload List