This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.SFTP.
Summary
Downloads a file from the SFTP server
Syntax
public static void SFTPDownloadFiles(this ICakeContext cakecontext, SFTPSettings settings, IEnumerable<SFTPFilePair> paths)
Examples
SFTPDownloadFiles(settings, aListOfFilePaths);
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| cakecontext |
ICakeContext |
The context. |
| settings |
SFTPSettings |
The settings for the SFTP server. |
| paths |
IEnumerable<SFTPFilePair> |
a list of paths to download |
Return Value