|
Prev: HOW2 monitor/log IPs of a session ?
Next: DNS problem
From: Chris Mattern on 4 May 2008 15:22 On 2008-05-03, Matthew Lincoln <kmlincoln100(a)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
|
Pages: 1 Prev: HOW2 monitor/log IPs of a session ? Next: DNS problem |