Socket
Socket
Sign inDemoInstall

@passioncloud/sftp-connection

Package Overview
Dependencies
31
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @passioncloud/sftp-connection

This is a module for setting up sftp connections.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

SFTP Connection

This is a module for setting up sftp connections.

The module allows you to call the exported sftp module multiple times without having to handle reconnections and ending connections.

It is therefore a convenience module.

Use it like this:

const sftpConnection = require('../sftp-connection');
const sftp = await sftpConnection(conf.sftp);
await sftp.put(readStream, remotePath);
await sftp.end();

Published using command:

npm publish --access public

Keywords

FAQs

Last updated on 03 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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