lftp是个好工具
lftp can handle seven file access methods - ftp, ftps, http, https,
hftp, fish, sftp and file (https and ftps are only available when lftp
is compiled with openssl library).
hftp, fish, sftp and file (https and ftps are only available when lftp
is compiled with openssl library).
一个例子:
[root@localhost ~]# lftp
lftp :~> mirror http://ftp.kddilabs.jp/Linux/packages/fedora/core/5/i386/iso/
lftp是一款强大的文件传输工具,支持FTP、FTPS、HTTP、HTTPS等多种文件访问方式。当与OpenSSL库编译时,它能提供更安全的HTTPS和FTPS连接。通过简单的命令即可实现文件的高效传输,例如使用mirror命令可以从指定URL完整地复制目录结构。
2165

被折叠的 条评论
为什么被折叠?



