On 3/30/06, Res Pons <[EMAIL PROTECTED]> wrote:
> I FTP couple of files from a Linux RHEL 3.5 server to a Windows Domain and
> my ftp script sends my password in raw ascii text.  I have no idea to send
> my password encrypted for Windows to understand.  Any idea, suggestion, or
> forum I can pose this question please?

FTP is plain-text only.  sftp/scp are secure methods of doing
basically the same thing, but require both a client and server - a
standard FTP server can't handle secure connections.  scp is, or at
least used to be, distributed with ssh (I think).  Or you could set up
an SSH tunnel and then FTP through that.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to