pirumpi / sftp-upload

Allow to upload the content of a folder to a remote server through SFT utilizing pure Javascript.
40 stars 21 forks source link

Add ability to upload things other than directories #12

Closed Jumballaya closed 6 years ago

Jumballaya commented 6 years ago

This solves issue #2 and allows for an individual file or group of files to be uploaded.

I also added a 'fileProgress' event that emits the completion percent of each individual file as it is uploaded.