-
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
error reading response: unexpected EOF while storing a 0 file size using TLS #63
Comments
Here the output vsftpd side: |
And here some debug I added while storing client side, when does not work and when works (without TLS): 7 220 (vsFTPd 3.0.3) 7 220 (vsFTPd 3.0.3) |
With TLS, it seems that io.copy of zero bytes is ignored. Adding a fake write of zero it works ?! transfer.go func (c *Client) transferFromOffset .. |
Dear,
opening a local file of 0 bytes and storing to vsftpd via TLS, I got this error:
error reading response: unexpected EOF
Without TLS it works well. Any Idea ?
Best regards
The text was updated successfully, but these errors were encountered: