我不知道如何使用 lftp 的镜像命令下载隐藏的点目录
我现在只能用 get 命令获取一个点文件,然后用 ls -a 命令列出隐藏文件。
这个可以配置吗?
lftp -u 用户名,密码 hostname.com -e "set ftp:list-options -a"
镜子
从手册:
http://linux.die.net/man/1/lftp
ftp:list-options (string)
sets options which are always appended to LIST command.
It can be useful to set this to `-a' if server does not
show dot (hidden) files by default. Default is empty.