Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "http-sftp", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Transfer files from http links to SFTP", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,4 +16,4 @@ # http-sftp | ||
var scpOpts = { | ||
host: 'sftp.hootsuitemedia.com', | ||
username: 'activepbx', | ||
host: 'test.rebex.net', | ||
username: 'demo', | ||
password: 'XXXXXX' //you can also use `privateKey` with a key file and omit password | ||
@@ -28,1 +28,2 @@ path: '' | ||
``` | ||
Transfer an http file to SFTP |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28
4040
6