Re: ftp with TLS auth

2012-09-18 Thread Michael J Gruber
Joachim Backes venit, vidit, dixit 17.09.2012 12:39: > On 09/17/2012 12:22 PM, Michael J Gruber wrote: >> Hi there, >> >> I'ven been struggling to find an ftp client in Fedora which supports TLS >> auth. Tried ftp, lftp, ncftp, even dolphin (KDE file manager); all fail >> with "must use TLS auth".

RE: ftp with TLS auth

2012-09-17 Thread Patrick Kobly
try doing: set ftp:ssl-auth TLS set ftp:ssl-force true set ftp:ssl-allow yes set ftp:ssl-protect-list yes set ftp:ssl-protect-data yes set ftp:ssl-protect-fxp yes in lftp (if you're connecting to an ftp server that uses TLS in explicit mode (i.e. connect on port 21) PK -Original message---

Re: ftp with TLS auth

2012-09-17 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Sep 2012, Michael J Gruber wrote: > I'ven been struggling to find an ftp client in Fedora which supports TLS > auth. Tried ftp, lftp, ncftp, even dolphin (KDE file manager); all fail > with "must use TLS auth". I think filezilla has ssl/tls

Re: ftp with TLS auth

2012-09-17 Thread Joachim Backes
On 09/17/2012 12:22 PM, Michael J Gruber wrote: > Hi there, > > I'ven been struggling to find an ftp client in Fedora which supports TLS > auth. Tried ftp, lftp, ncftp, even dolphin (KDE file manager); all fail > with "must use TLS auth". > > Is this due to our use of GNU TLS rather than OpenSSL