I ftp to my school account to transfer files to and from my account their to my home machine. The school
machines are UNIX machines while I have a Windows PC at home. I use CuteFTP to transfer the files. When I
open up the text files are home all the lines have extra spaces between them.
Visual C++ gives me this message:
Line ending with only a carriage return have been detected. These will be modified to include a line feed.
The code still works, its just real ugly. BTW, if I copy the file to disk from school and open it at home, it doesn't have this problem. Does
anyone know of a way I can transfer the file by FTP without running into this problem? Thanks.
machines are UNIX machines while I have a Windows PC at home. I use CuteFTP to transfer the files. When I
open up the text files are home all the lines have extra spaces between them.
Visual C++ gives me this message:
Line ending with only a carriage return have been detected. These will be modified to include a line feed.
The code still works, its just real ugly. BTW, if I copy the file to disk from school and open it at home, it doesn't have this problem. Does
anyone know of a way I can transfer the file by FTP without running into this problem? Thanks.