sanketbajoria / ssh2-promise

ssh with promise/async await and typescript support
https://www.npmjs.com/package/ssh2-promise
MIT License
148 stars 24 forks source link

Use `read` instead of `readData` and `write` instead of `writeData`. #32

Closed jeffrson closed 3 years ago

jeffrson commented 5 years ago

This is required when using SFTP subsystem of SSH2 (instead of SFTPStream directly).

Should fix https://github.com/sanketbajoria/ssh2-promise/issues/31