-
Notifications
You must be signed in to change notification settings - Fork 164
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
lftp fails uploads with files over 14434 bytes. #749
Comments
I add some more info. rc file:
example of a failed transfer for a 14436 byte long text file, in debug mode:
example of a successful transfer of a 14434 byte long text file, in debug mode:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using lftp on a gentoo box, I have problem to upload files large more than 14434 bytes.
for example:
In the example, put command produces a correct log, but the file accessed with ls command has null size when 14436 are transfered.
uploading the same file with filezilla works well. so, I think the problem should be in the client.
The text was updated successfully, but these errors were encountered: