Quote:
Originally posted by HQ
Does (FTP with) SSH2 always upload in Binary mode? ...or can you get it to upload via ASCII mode?
Every file I upload on my new server (protected with SSH2 security) is uploaded with binary mode. This means that all my DOS newlines are not being converted to Unix newlines. This fucks up all my scripts. (BTW, I am using Cute FTP Pro.)
Thanks for ANY help.
|
HQ: I'm not very familiar with windows ftp clients, although you should be able to set it, if not, the server will usually have a command dos2unix and unix2dos, which will fix them for you.
I use a linux workstation, so don't have much of a problem with things like this.