php extra returns

whenever I download a .php file I always get an extra return after each line and now all my source code has all these unwanted returns that will take me hours to fix. It been happening for awhile now and I finially figured out how to solve the problem, but it would have been nice to just have it set to that in the first place. The way I fixed it is I set it to binary download instead of ascii.

Hello ..

When downloading a file in ascii mode from a unix/linux server, all r get converted to rn (by the FTP server software). To avoid this conversation you need to set the transfer type to binary.

In the next version we will reset the default transfer type to binary as most text editors (excpetion: notepad.exe) can handle text files with r only correctly. e.g. Ultraedit.

Regards,
-Mat

thank you.