lftp
[dwills@fedora ~]$ lftp -u ftpuser1 192.168.0.19
Password:
lftp ftpuser1@192.168.0.19:~> ls -l
ls: ls -l: Fatal error: Certificate verification: Not trusted
edit /etc/lftp.conf
append the following
set ssl:verify-certificate no
[dwills@fedora ~]$ lftp -u ftpuser1 192.168.0.19
Password:
lftp ftpuser1@192.168.0.19:~> ls -l
ls: ls -l: Fatal error: Certificate verification: Not trusted
edit /etc/lftp.conf
append the following
set ssl:verify-certificate no
No comments:
Post a Comment