Open ghost opened 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..
Commenting out sock.resume() on FTP.prototype.get seems to get it working correctly.
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..