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

Error response on file upload, but uploads the file anyway #118

Open
nataliehanisch opened this issue Jan 29, 2021 · 0 comments
Open

Error response on file upload, but uploads the file anyway #118

nataliehanisch opened this issue Jan 29, 2021 · 0 comments

Comments

@nataliehanisch
Copy link

When I upload a text file containing special characters (e.g. èÿÅÄÃ), this I get an error response, yet the file is successfully uploaded to the server. The issue is that I want to automatically retry to upload if it fails, but I am unable to detect that it failed. If I manually access the server I can place a similar file with special characters with no problem. I do not need to upload files containing special characters, but I do need to know whether the upload actually failed or not.

The following is the error response: Net::SFTP::StatusException (4, "failure")

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