Re: Can Visual Studio handle Unix-style line-ends?



Thanks Jim, but in binary transfer mode, the Unix software on their end was
STILL stripping out characters. This is why I characterized the problem as
"difficult." It took awhile to diagnose. Had to get a LOT of feedback!

The good news is, my company is now a National Weather Service Provider. :)

--

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Jim Rand" <jimrand@xxxxxxxxxxxxx> wrote in message
news:e%23ItAWySFHA.3184@xxxxxxxxxxxxxxxxxxxxxxx
> If you are using FTP between a UNIX system and a Windows system, DON'T use
> binary transfer of text files as the line ending convention will be
> preserved.
>
> If you use ascii transfer, the FTP software should automatically make the
> conversion for you.
>
>


.



Relevant Pages

  • Re: replacing ^M with emacs
    ... all end in a CR-LF character pair whereas UNIX text file lines ... All text editors on MS systems do that and if you do a binary transfer ... of a file from MS to UNIX you will get all the extra ^M characters ... How might I get emacs to search replace ...
    (freebsd-questions)
  • Re: replacing ^M with emacs
    ... all end in a CR-LF character pair whereas UNIX text file lines ... All text editors on MS systems do that and if you do a binary transfer ... of a file from MS to UNIX you will get all the extra ^M characters ... use C-x RET f unix RET. ...
    (freebsd-questions)
  • Re: Can Visual Studio handle Unix-style line-ends?
    ... If you are using FTP between a UNIX system and a Windows system, ... binary transfer of text files as the line ending convention will be ...
    (microsoft.public.vstudio.general)