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 eb1d565 commit a86ccd0Copy full SHA for a86ccd0
test/send.js
@@ -0,0 +1,9 @@
1
+var scp = require('../');
2
+
3
+scp.send({
4
+ file: './test/what',
5
+ host: 'core',
6
+ path: '~'
7
+}, function () {
8
+ console.log(arguments);
9
+});
0 commit comments