Socket
Socket
Sign inDemoInstall

http-sftp

Package Overview
Dependencies
76
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc