使用 wget/curl/whatever 从 ftp 服务器递归检索整个目录列表的最快方法是什么?我不需要下载任何文件,只需下载目录和文件名。基本上ls -R是做什么的。
ls -R
ftp wget curl
curl ×1
ftp ×1
wget ×1