-
Notifications
You must be signed in to change notification settings - Fork 97
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
help please: use of closed network connection #710
Comments
@jeyrce what is your FTP client? It looks like it instantly disconnects after opening the connection. |
@fclairamb Just golang client code, but seems make no effect for logic, only error log |
I have the same issue. Windows 10. The client - Far manager's NetBox (go farmanager.com, download, install, press Alt-F1, select NetBox, press Shift-F4 to create a session, select FTP with no encryption, add 192.168.x.x 2121, set plaintext username/password, try to connect). Console logs:
The client constantly tries to connect, being disconnected, re-requests the password to try again. Config is simple {
"version": 1,
"passive_transfer_port_range": {
"start": 2122,
"end": 2130
},
"accesses": [
{
"user": "user",
"pass": "pass",
"fs": "os",
"params": {
"basePath": "C:\\temp"
}
}
]
} |
Version: 0.11.0
Description:
Error logs:
The text was updated successfully, but these errors were encountered: