Scp.Download Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Download(String, String)
Downloads the content of the remote directory (files and all subfolders) to the specified local directory.
Declaration
public void Download(string remotePath, string localPath)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | The path of the remote directory. |
String | localPath | The path of the local directory. Doesn't have to exist (will be created). |