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 while STORing data - 125 data connection already open #37

Open
jejefferson opened this issue Jun 21, 2018 · 1 comment
Open

Error while STORing data - 125 data connection already open #37

jejefferson opened this issue Jun 21, 2018 · 1 comment

Comments

@jejefferson
Copy link

There is a problem with Microsoft FTP Service while storing data using pasv mode and TLS auth.
Stor() method tries open new data connection and don't expect already open.
What better way to ignore "125 data connection already open" in my code? Stor() method uses unexported methods so I can't just write my implementation without PR.

@jejefferson
Copy link
Author

It's seems we should add to known statuses message: {"error": "125 Data connection already open; Transfer starting.\r\n"}

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

1 participant