-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can't upload a binary file #36
Comments
I have the same issue and just understood what happened ! On binary data like JPEG, I compared what i sent, and what the server recevied. I then compared binary and discovered that in the JPEG file there are sometimes the bytes sequences But i don't know if it is a bug from the library itself or an other level. But as it works with other tools, for sure it's a bug somewhere. |
Hello, I am experiencing the same problem, but specifically with downloads. One thing I've noticed is that for files smaller than 600KB, the process works normally. However, for larger files, some bytes seem to be missing |
Hey Guys, finally my code is working with the FTP its just a configuration on options lib. Now i can send binaries files. |
Oh @divoneimacedo super nice! Thanks a lot ! It'll help some of us, I didn't see this option, that makes sense ! |
@divoneimacedo thank you |
Hello people, does anyone have the same problem than me? I cant upload a binary file like .jpg always i tried the file is corrupted in ftp server.
The text was updated successfully, but these errors were encountered: