Showing posts with label ftp. Show all posts
Showing posts with label ftp. Show all posts

Friday, May 27, 2011

lftp --> Fatal error: Certificate verification: Not trusted

$ lftp user@test.ftp.com:/directory
Password:
cd: Fatal error: Certificate verification: Not trusted
To disable certificate verification in lftp,

$ cat ~/.lftp/rc
set ssl:verify-certificate no