Opened 10 years ago
Closed 10 years ago
#10352 closed Bug report (worksforme)
1st char is cut off on file download (random).
Reported by: | afgp55 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | first char download | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | 8.1 Pro |
Description
When downloading a file from filezilla client, the first char is cut off. This is a random event. Doesn't always happen.
Has work around:
-Try to download continuously until file is complete.
Personal case:
-Downloading XML files, where the first sequence of chars are <?xml and < gets cut off making the xml invalid.
-Files are not larger than 2kb.
-Win 8.1 Pro, Intel i3 4005U
Attachments (2)
Change History (3)
by , 10 years ago
comment:1 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You are using ASCII data type to transfer a file which probably is neither ASCII nor UTF-8. Most likely there's one of those stupid BOMs at the beginning of the file your text editor hides from you.
Error