The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-27-2009
Nandagopal Nandagopal is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 10
Question file transfer from windows to unix using ftp

Hi all,

I have a file in windows, example
a.txt
****
aaa
bbb
ccc
<empty line>

when i transfer this file to unix using ftp, and viewed the file
# vi a.txt
aaa
bbb
ccc
#
I dont get the empty line which i specified in that file in windows.
Please help me, which in unix environment, empty line feed is not supporting.

Regards
NG