LFTP 出现“非法版本”错误

LFTP 出现“非法版本”错误

以下命令:

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'

生成:

nlist: Fatal error: gnutls_handshake: A record packet with illegal version was received.

运行 LFTP 3.7.11。有人知道是什么原因造成的吗?我想我可能需要带 gnutls 的 lftp,但从源代码安装并不是这个服务器上真正的选项,而且我看到 yum 提供的唯一版本仅包含 ReadLine。

# lftp -v
LFTP | Version 3.7.11 | Copyright (c) 1996-2009 Alexander V. Lukyanov
...
Libraries used: Readline 5.1

相关内容