Sae*_*d87 3 command-line downloads
我必须在 googlecode 中从这里下载多个文件。目前我打开每个文件夹并通过使用浏览器保存来下载每个文件。有没有办法自动下载所有文件夹/文件?
wget 是您想要的命令行实用程序:
wget -r http://tinyos-main.googlecode.com/svn/tags/release_tinyos_2_1_2/
Run Code Online (Sandbox Code Playgroud)
它下载所有内容:
http://tinyos-main.googlecode.com/svn/tags/release_tinyos_2_1_2/
和所有子目录 - 文件夹和文件 - 在 release_tinyos_2_1_2/
进一步阅读:
主页: