realtymaps / promise-sftp

a promise-based sftp client for node.js
MIT License
16 stars 11 forks source link

Allow options to be passed to `get()` #8

Closed jacobmbr closed 7 years ago

jacobmbr commented 7 years ago

This is needed for SFTP downloads that hit this issue: https://github.com/mscdex/ssh2-streams/issues/43

zacronos commented 7 years ago

I'm not clear on how it is related to the ssh2 issue you linked, but regardless it's a fine contribution. Thanks!