>Hello,
>Could someone please enlighten me as to why ordinary text (no 
>formatting) uploaded via ftp to a server behaves perfectly when 
>uploading it from Windows, whereas on Mac all returns have 
>disappeared and been replaced by lots of boxes? This is with MC2.4.
>
>The script I use:
>  put "ftp://username:[EMAIL PROTECTED]/diamp/Itadiamp/ItaRes/"; 
>& kortfil into tilfil
>put fld "utskrift" of last cd into  url tilfil
>
>Thanks in advance.

Platform-specific end-of-line:

   Mac uses Carriage Return (ASCII 13) only

   Unix uses Line Feed/Newline (ASCII 10) only

   PC uses Carriage Return (ASCII 13) + Line Feed (ASCII 10)

Nothing like standardisation eh?!

On the Mac, the BBEdit program (available in free Lite form as well 
as full paid for form) can convert between all these.  On the PC 
TextPad (shareware) can do the same.

The boxes on the Mac are the "unknown" Line Feed characters inserted 
on a PC, but not used by the Mac.  All "unknown" characters are 
displayed as boxes.

Cheers

Peter
-- 
Peter Reid
Reid-IT Limited, Loughborough, Leics., UK
Tel: +44 (0)1509 268843 Fax: +44 (0)870 052 7576
E-mail: [EMAIL PROTECTED]
Web: http://www.reidit.co.uk

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to