[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Really a non-forum related question

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-03-30 19:50:23 CEST

On 3/30/06, Res Pons <pons32@hotmail.com> 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: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 30 19:51:40 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.