lftp

$ lftp -u {user} {host}:{port}

To skip certificate validations (i.e. self-signed)

set ssl:verify-certificate no

linux command

Back