FTPS Verzeichnis mounten (curlftpfs)
Ggf. installieren
sudo apt-get install curlftpfs
Folgendes in /etc/fstab
eintragen (und Mount-Verzeichnis ggf. vorher erstellen)
curlftpfs#BENUTZERNAME:PASSWORT@FTPHOST /mnt/MOUNTDIR fuse auto,user,uid=1000,allow_other,_netdev,disable_eprt,ssl,no_verify_hostname,ftp_port=- 0 0
Alle fstab-Einträge kann man mounten mit
sudo mount -a