Kaushal Shriyan wrote:
Hi All I have a unusual issue is that I transfer the file from one server to another server through FTP Client, and when I open the downloaded file I see that at the end of every Line of the file I see ^M I do not understand at ALL I have choosen a Binary option while downloading
Are you transferring from Windows to Linux? If the file is a text file then don't use binary. This will convert files that have been created under Windows (such as Notepad) to have their line endings converted to Unix line endings. Windows uses a line ending of ^M^J (carriage return and line feed). Unix uses ^J (line feed). The binary transfer mode is meant for things where you want no conversions to take place such as ISO image or an executable file. -- Linux Home Automation Neil Cherry ncherry@xxxxxxxxxxx http://www.linuxha.com/ Main site http://linuxha.blogspot.com/ My HA Blog http://home.comcast.net/~ncherry/ Backup site