lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.1k stars 161 forks source link

Currently lftp does not support encrypted certificates, Can it be added? #651

Open zhengshaoyu opened 2 years ago

zhengshaoyu commented 2 years ago

so far, lftp only support certificate file without password, [root@me ~]# lftp lftp :~> set -a | grep cert set ssl:cert-file "" set ssl:verify-certificate yes lftp :~>

is it possible to add support client encrypted certificate file with password, such as like this: [root@me ~]# lftp lftp :~> set -a | grep cert set ssl:cert-file "" set ssl:cert-file-password "" set ssl:verify-certificate yes lftp :~>