Results 1 to 2 of 2
Hi Guys,
I am new to Linux.
The problem which I am facing is that I am running ethereal network analyzer in suse linux and after saving capture file in ...
- 09-25-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
FTP files.
Hi Guys,
I am new to Linux.
The problem which I am facing is that I am running ethereal network analyzer in suse linux and after saving capture file in specified location,I am using FTP utility to transfer that captured file from suse linux to windows XP.The file is getting transferred successfully but when I am opening that file in Windows XP then it is not getting open.
I am not finding any solutions to this problem.
Can anybody suggest the solutions??
Thanks & Regards,
Govind
- 09-25-2007 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
Perhaps you are transferring the file in ascii mode. Check your ftp client for a binary transfer option.
The trick here is that different systems can use different control characters to indicate the end of lines in a text file. This is why some text files turn up on *nix systems full of ^M symbols at the end of lines, they are the redundant control chars.
Ftp tries to be helpful and when it is transferring text files it re-encodes them for the target system. Naturally this trashes binary files which contain the affected control chars.
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.


Reply With Quote