"apt-get install lftp" or "apt-get install lftp-ssl", i compiled it myself from lftp.yar.ru
connect to your ftp and do:
mirror -R <the local dirname>
this will upload the whole directory.
connect to your ftp and do:
mirror -R <the local dirname>
this will upload the whole directory.
本文介绍如何利用lftp工具实现文件夹的批量上传与下载。对于需要上传整个目录的情况,可以通过mirror -R 本地文件夹命令完成;若要下载远程服务器上的文件夹,则使用mirror 远端文件夹 本地文件夹即可。

1383

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



