I\'m trying to log into an ftps site. I\'ve tried giving the login creds at the command line (and putting set parameters in ~/.lftprc, the
ftps
set
~/.lftprc
This worked for me for a FTPS server connection (with port 990, but not necessary to specify) using lftp
code: lftp ftps://USER:PASSWORD@server.com -c "set ssl:verify-certificate false;"
lftp ftps://USER:PASSWORD@server.com -c "set ssl:verify-certificate false;"
then: do stuff
more info at: how-to-avoid-lftp-certificate-verification-error