Opened 20 years ago

Last modified 19 years ago

#685 closed Bug report

line-makeup

Reported by: anonymous Owned by:
Priority: normal Component: Other
Keywords: Cc: burki65, du5k, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

hello,

sorry, my english isn't that great and i hope
"line-makeup" is the right word for the german
"zeilenumbruch"...

my problem: even i download a ascii-file (like a
php-file) from a linux server filezilla(2.2.7c) puts 2
line-makeups for each line.

exaple/original-file:
---
<?php
echo "hello world";
?>
---

downloaded-file:
---
<?php

echo "hello world";

?>
---

my os is windows 2000.
any ideas?

thanks tobi

Change History (5)

comment:1 by burki65, 20 years ago

  • check Transfer Type of FileZilla.
  • is it Auto?
  • if so, transfer this file using "ACSII"

to prevent this in the future: put the file extension to the list
containing the extensions for ASCII mode:
Settings->Ascii/Binary

comment:2 by anonymous, 20 years ago

Logged In: NO

Hi.
I also get this problem, but not only does it seem to ADD
extra returns/line breaks when downloading, it also seems to
DELETE the same when uploading, thus:

<?php

echo "...

become:

<?phpecho"...

resulting in errors.

I've tried all teh settings, but no avail..
Please help, this is a cool program... :-)

comment:3 by du5k, 20 years ago

Hi.
I also get this problem, but not only does it seem to ADD
extra returns/line breaks when downloading, it also seems to
DELETE the same when uploading, thus:

<?php

echo "...

become:

<?phpecho"...

resulting in errors.

I've tried all teh settings, but no avail..
Please help, this is a cool program... :-)

comment:4 by du5k, 20 years ago

Hi.
I also get this problem, but not only does it seem to ADD
extra returns/line breaks when downloading, it also seems to
DELETE the same when uploading, thus:

<?php

echo "...

become:

<?phpecho"...

resulting in errors.

I've tried all teh settings, but no avail..
Please help, this is a cool program... :-)

comment:5 by Tim Kosse, 19 years ago

This bug report has been closed due to inactivity and has possibly
already been solved.

You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).

Note: See TracTickets for help on using tickets.