SSH Factory for .NET

Scp.Mdownload Method (String, IEnumerator)

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,
   IEnumerator fileNames
);

Parameters

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

See Also

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