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.
2 parents 5135568 + 6c09024 commit 72ab031Copy full SHA for 72ab031
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