Opened 13 years ago
#7346 new Bug report
incomplete and corrupt file transfer
Reported by: | Mattias Aronsson | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Linux | |
Operating system version: | Ubuntu 11.04 |
Description
Filezilla version: 3.4.0
Compiled an executable on linux using:
arm_v5t_le-g++ -o t test.cpp
when I upload the file to an embedded linux system, t is not complete and some of the bytes that is transfered, is not the same as the original ones.
original: size = 93117 bytes
remote: size = 92867 bytes
But if I change the name of the file to t.run, then the transfer is ok!
Used ghex to compare original and remote version. It is the same at file start but after a while they differ, so its not just a truncated file transmission.
Attached files:
1) original file: t.original
2) remote file: t.remote
Kind regards,
Mattias Aronsson
P.S. Your ftp client is really nice looking! D.S.
Attachments (2)
Change History (2)
by , 13 years ago
Attachment: | t.original added |
---|
by , 13 years ago
this was saved on the remote computer, should have been equal to original file
original file I tried to transfer