Skip to content

Latest commit

History

History
42 lines (21 loc) 路 1.57 KB

CHANGELOG.md

File metadata and controls

42 lines (21 loc) 路 1.57 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.18 (2022-07-09)

Features

  • add support for passing options to uploadFile, downloadFile and mkdir (3769ece)

0.0.17 (2021-11-08)

Features

  • allow passing options to uploadFile, downloadFile and mkdir

0.0.16 (2021-11-08)

Features

  • allow passing all options from ssh2 (758607e)

0.0.15 (2021-07-08)

Features

  • add download for remote dir (e9ea319)
  • add support for readyTimeout and keepalive (0fc1742)

Bug Fixes

  • use export default instead of module exports (0bfbc8c)

0.0.7 (2020-09-18)

Features

  • Add authentication using privateKey
  • Add forceIPv4 and forceIPv6 when connecting to remote server