Scp.Download Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 8.0.9673)
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). |