01 Kvě
HowTo: SSL/TLS required but absent on data channel (ProFTPD & LFTP)
echo "" >> /etc/lftp.conf
echo "set ftp:ssl-allow true" >> /etc/lftp.conf
echo "set ftp:ssl-force true" >> /etc/lftp.conf
echo "set ftp:ssl-protect-data true" >> /etc/lftp.conf
echo "set ftp:ssl-protect-list true" >> /etc/lftp.conf