All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.22 (2022-09-20)
- error during close connection
0.0.21 (2022-09-20)
- add more operations (0aaade9)
0.0.20 (2022-09-20)
0.0.18 (2022-07-09)
- add support for passing options to uploadFile, downloadFile and mkdir (3769ece)
0.0.17 (2021-11-08)
- allow passing options to
uploadFile
,downloadFile
andmkdir
0.0.16 (2021-11-08)
- allow passing all options from ssh2 (758607e)
- use export default instead of module exports (0bfbc8c)
0.0.7 (2020-09-18)
- Add authentication using
privateKey
- Add
forceIPv4
andforceIPv6
when connecting to remote server