unter Windows verwende ich Smart-FTP, welches mit explicit FTPs super funktioniert.
Unter Debian habe ich Kasablanca, Krusader, KFTGrabber und SecureFTP probiert.
Für KFTGrabber und Krusader habe ich kio-ftps v0.1 installiert.
SecureFTP und Kasablanca loggen sich ein - eine Verzeichnisauflistung sehe ich jedoch nicht. Woran könnte das liegen?
Als FTP-Server kommt ProFTPd zu,m Einsatz.
Die Konfiguration von TLS sieht wie folgt aus
Code: Alles auswählen
# TLS
<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/proftpd/xferlog_tls.log
TLSProtocol SSLv23
#TLSProtocol TLSv1
TLSRequired on
TLSVerifyClient off
TLSRSACertificateFile /etc/certs/server.crt
TLSRSACertificateKeyFile /etc/certs/server.key
TLSCACertificateFile /etc/certs/server.crt
</IfModule>
mfg
Twilo