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 5135568 commit 6c09024Copy full SHA for 6c09024
scp.js
@@ -14,7 +14,7 @@ scp.send = function (options, cb) {
14
'scp',
15
'-r',
16
'-P',
17
- (options.port == undefined ? '22' : options.port)
+ (options.port == undefined ? '22' : options.port),
18
options.file,
19
(options.user == undefined ? '' : options.user+'@') + options.host + ':' + options.path,
20
];
0 commit comments