lftp

Written by

Download files

Upload files

lftp Errors

Connect to a server

lftp -u USER,PASSWORD SERVER_IP

Disable SSL

set ftp:ssl-allow false
set ssl:verify-certificate no

Enable Active FTP mode

set ftp:passive-mode off