You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: