jsftp icon indicating copy to clipboard operation
jsftp copied to clipboard

emit progress event for put Buffer

Open datenstau opened this issue 7 years ago • 2 comments

Hi, I had the use case of putting a >30 MB Buffer to a server and there was no progress event emitted. So I added a quick fix for this. Maybe you would like to add this to jsftp.

datenstau avatar Jan 06 '17 23:01 datenstau

Hi @datenstau, thanks for your PR. Unfortunately is not passing tests (there are none) and it's not following the code style guidelines (jsftp is not writen in ES6 because, among other things, we want to be compatible with Node 0.12). Can you fix those?

sergi avatar Jan 10 '17 10:01 sergi

Thanks for your contribution @datenstau

skg54 avatar May 09 '17 20:05 skg54