mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 246 forks source link

Get Socket Closes to early #146

Open ghost opened 8 years ago

ghost commented 8 years ago

Heyho, i got the problem that if i download a file the socket is closed before the download is completed.. i fixed the error localy with a setTimeout and a 500ms delay in the ondone function..

ruiveir commented 7 years ago

Commenting out sock.resume() on FTP.prototype.get seems to get it working correctly.