SSH Factory for .NET

Scp.Mdownload Method (String, String[])

Downloads specified files in current working remote directory from SSH server to local directory. Do not use this method to download a directory, see downloadDir(String) method. Downloads are stored relative to current local directory.

public void Mdownload(
   string remoteDir,
   string[] fileNames
);

Parameters

remoteDir
remote directory path with ending path separator (i.e "/user/home/") or empty line for current directory
fileNames
file names

See Also

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