The following command:
lftp -c 'open -e "set ftps:initial-prot ""; \
set ftp:ssl-force true; \
set ftp:ssl-protect-data true; \
set ssl:verify-certificate no; \
nlist ; " \
-u "username","password" \
ftps://server.domain.org:21'
Produces:
nlist: Fatal error: gnutls_handshake: A record packet with illegal version was received.
Running LFTP 3.7.11. Anyone have an idea what could cause this? I think I may need lftp with gnutls, but installing from source is not really an option on this server, and the only version I see available with yum includes only ReadLine.
# lftp -v
LFTP | Version 3.7.11 | Copyright (c) 1996-2009 Alexander V. Lukyanov
...
Libraries used: Readline 5.1