dutchcoders / dutchcoders/goftp
Error while STORing data - 125 data connection already open
Open
- Dominant language
- Go
- Stars
- 280
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.