-
Notifications
You must be signed in to change notification settings - Fork 89
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
Can't parse response to 'EPSV': 227 Entering Passive Mode (91,190,231,97,119,66). #164
Comments
Looks like the server is responding with the wrong status code. It should respond with |
I don't know as I am just using it. It's ftp.blue-technologies.de is there a way to find out without asking them? |
Interesting, the message itself also contains instructions for PASV, not EPSV. I believe that's an error, it should respond with an error code 5xx. This library would then try PASV. You can force the client to only use PASV like so:
|
By the way, this seems to be a duplicate: #135. |
A new version 4.6.3 might handle this case, let me know if it works. |
Describe the bug
This is only happening with some ftp servers.
Example code
Console output
Which version of Node.js are you using?
v14.6.0
The text was updated successfully, but these errors were encountered: