FileZilla appears to alter certain text files on download

Moderator: Project members

Post Reply
Message
Author
cynebald
504 Command not implemented
Posts: 9
Joined: 2008-02-25 03:54

FileZilla appears to alter certain text files on download

#1 Post by cynebald » 2008-03-20 21:05

I've noticed that FileZilla appears to alter certain text files by adding a carriage return <CR> before a carriage return <CR> and line feed <LF> combination on download.

Code: Select all

Original text:
--------------------------
Here is some text.<CR><LF>
Here is some text.<CR><LF>
--------------------------

Altered text:
--------------------------
Here is some text.<CR>
<CR><LF>
Here is some text.<CR>
<CR><LF>
--------------------------

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla appears to alter certain text files on download

#2 Post by botg » 2008-03-20 21:42

This is working as expected. Please read Data Type

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: FileZilla appears to alter certain text files on download

#3 Post by boco » 2008-03-20 22:00

Transferring the files in binary mode won't alter them.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

cynebald
504 Command not implemented
Posts: 9
Joined: 2008-02-25 03:54

Re: FileZilla appears to alter certain text files on download

#4 Post by cynebald » 2008-03-20 22:45

Thanks for clearing that up. :D

Post Reply