spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
384 stars 96 forks source link

bump ssh2 to 0.6.0, replace the upload logic in Client.write() #109

Closed ansballard closed 6 years ago

ansballard commented 6 years ago

Changed the upload method according to a recommendation by @mscdex in this issue. Transfer events are working, and uploads of large files are much faster(see this issue in the vsts-tasks repo).

Also bumped the ssh2 library to 0.6.0 since it's the main lib used in this PR.