Code: Select all
%
quote 1
%
quote 2
%
Code: Select all
strfile -c % test test.dat
If I create the file in nano it works as expected in strfile / fortune bur on transfer and editing in notepad I get
Code: Select all
%quote 1%quote 2%
Paul
Code: Select all
%
quote 1
%
quote 2
%
Code: Select all
strfile -c % test test.dat
Code: Select all
%quote 1%quote 2%
Code: Select all
vi file
Code: Select all
:se ff?
Code: Select all
:se ff=unix
FTP text mode should take care of that but filezilla seems to screw up. Try http://winscp.net/eng/index.php - it's always worked well for me.Pwl2 wrote:Thanks. It was the line ending problem. I thought ASCII mode FTP took care of that.