Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Write EPIPE #76

Closed
bradleypowers opened this issue Jan 28, 2014 · 1 comment
Closed

Error: Write EPIPE #76

bradleypowers opened this issue Jan 28, 2014 · 1 comment

Comments

@bradleypowers
Copy link

I am getting repeated "Error: Write EPIPE" errors when using jsftp (for repeated get operations, for what it's worth). The only function call from jsftp.js that I can see in the stack trace is:

Ftp.prototype.reemit = function(event) {
var self = this;
return function(data) { self.emit(event, data); }
};

There, at line 82 (version 1.2.1).

@tngan
Copy link

tngan commented Mar 21, 2016

@bradleypowers Is the problem solved ?

@sergi sergi closed this as completed Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants