We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdc638 commit ae0d41eCopy full SHA for ae0d41e
1 file changed
lib/connection.js
@@ -615,7 +615,6 @@ FTP.prototype.get = function(path, zcomp, cb) {
615
if (code === 150 || code === 125) {
616
started = true;
617
cb(undefined, source);
618
- sock.resume();
619
} else {
620
lastreply = true;
621
ondone();
0 commit comments