View Single Post

  #8 (permalink)  
Old 05-04-2008
Chris Mattern
 
Posts: n/a
Default Re: How to use command line (!) ftp WITH TLS resp SSH encryption?

On 2008-05-03, Matthew Lincoln <kmlincoln100@hotmail.com> wrote:
> Ok, normally I can perform some (unencrypted) ftp operations by simply typing
>
> ftp .....
>
> But what if I want to do the same over an TLS/SSH encrypted ftp connection?


You'd have to use an SSH tunnel, which gets fairly complicated (and requires
you to have root on the server).

> How do I tell ftp to encrypt/decrypt the stream?


You don't. ftp doesn't support SSL/TLS.
>
> Is there an option like "-ssh" which does the job?


Nope.

However, SSH itself supports sftp, which is not in fact related to ftp,
but sports a similar interface.

>
> Matthew



--
Christopher Mattern

NOTICE
Thank you for noticing this new notice
Your noticing it has been noted
And will be reported to the authorities
Reply With Quote