Opened 9 years ago

Closed 9 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)

img1.PNG (4.6 KB ) - added by afgp55 9 years ago.
Error
img2.PNG (4.5 KB ) - added by afgp55 9 years ago.
correct

Download all attachments as: .zip

Change History (3)

by afgp55, 9 years ago

Attachment: img1.PNG added

Error

by afgp55, 9 years ago

Attachment: img2.PNG added

correct

comment:1 by Tim Kosse, 9 years ago

Resolution: worksforme
Status: newclosed

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.

Note: See TracTickets for help on using tickets.