Skip to content

Minor bug fix release

Compare
Choose a tag to compare
@theophilusx theophilusx released this 04 Aug 06:17
· 86 commits to master since this release

Fix two minor bugs

  • Sometimes, when initialisation of sftp sub-system failed, the module would attempt to call sftp.end(), which would fail with an undefined reference error

  • When calling the get() method and supplying a destination stream for the data, if the soruce file did not exist on the remote server, the destination stream was not closed and could result in a resource leak.