sftp-helper
v1.0.3
Published
This is a simple SFTP client plugin for Node.js, built with the `ssh2` library. It allows you to easily connect to SFTP servers to perform file operations such as listing directory contents, uploading, and downloading files.
Downloads
3
Readme
SFTP Client Plugin
This is a simple SFTP client plugin for Node.js, built with the ssh2
library. It allows you to easily connect to SFTP servers to perform file operations such as listing directory contents, uploading, and downloading files.
Installation
You can install the SFTP client plugin using npm:
npm install your-plugin-name