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 72ab031 + 2651fd4 commit fb54b1eCopy full SHA for fb54b1e
README.md
@@ -14,7 +14,7 @@ SCP (secure file copy) wrapper for node.js
14
var scp = require('scp');
15
16
var options = {
17
- file: 'dump.sql'
+ file: 'dump.sql',
18
user: 'username',
19
host: 'myServer',
20
port: '22',
0 commit comments