Package Exports
- promise-sftp
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (promise-sftp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Description
promise-sftp is an SFTP client module for node.js that provides an asynchronous interface for communicating with an SFTP server.
This module is a wrapper around the sftpjs module (which uses the SFTP client functionality from ssh2), and provides some additional features as well as a convenient promise-based API.
This library is written primarily in CoffeeScript, but may be used just as easily in a Node app using Javascript or CoffeeScript. Promises in this module are provided by Bluebird.
This library is not ready for use yet. It is being created early as a reference placeholder.