node-scp
node-scp copied to clipboard
how to send password in scp
var options = { file: 'dump.sql', user: 'username', host: 'myServer', port: '22', path: '~' } here how to add password.