我不知道如何使用lftp的镜像命令下载隐藏的点目录
我只能使用get命令获取一个点文件,并使用ls -a命令列出hide文件。
这能被配置吗?
发布于 2013-02-14 21:04:43
从手册中:
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.发布于 2013-07-19 03:40:05
lftp -u username,password hostname.com -e "set ftp:list-options -a“
镜像
https://stackoverflow.com/questions/14875468
复制相似问题