Setup FTP Client With LFTP Command

Setup LFTP Client Untuk Koneksi FTP Server menggunakan SSL CIMB :

#vi /etc/lftp.conf

tambahkan setup configurasi berikut pada line terakhir :

set passive-mode yes;
set ssl:verify-certificate no
#set ftp:ssl-allow false
#copy file certificate ke path berikut dengan priv 755
set ssl:ca-file “/etc/pki/tls/certs/stagingnonprod.pem”
set xfer:log-file “/var/log/lftp.log”
set ftp:ssl-force true
set ftp:ssl-protect-data true
#set ftps:initail-prot

Testing FTP Connection :

Ref : https://access.redhat.com/solutions/336113