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 72ab031 commit 2651fd4Copy full SHA for 2651fd4
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