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

STOR method isn't be able to upload empty file #362

Open
edugamo1993 opened this issue Feb 5, 2024 · 0 comments
Open

STOR method isn't be able to upload empty file #362

edugamo1993 opened this issue Feb 5, 2024 · 0 comments

Comments

@edugamo1993
Copy link

Hi,

In my test code, i am trying to upload an empty file:
err = f.conn.Stor(f.currentFile, bytes.NewReader([]byte("")))

But returns (unexpected EOF) when the StorFrom method tries to read ftp response, here:

_, _, err = c.conn.ReadResponse(StatusClosingDataConnection)

Could you please help me?

Thanks

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