We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec8649 commit 8c7a20bCopy full SHA for 8c7a20b
scp.js
@@ -21,6 +21,7 @@ scp.send = function (options, cb) {
21
scp.get = function (options, cb) {
22
var command = [
23
'scp',
24
+ '-r',
25
options.host + ':' + options.file,
26
options.path
27
];
0 commit comments