我有这个链接
https://svn.apache.org/repos/asf/crunch/
其中有很多文件。
我尝试通过 FileZilla 下载它,但没有成功。它不是 ftp
那么如何下载该链接中的所有文件?
我有这个链接
https://svn.apache.org/repos/asf/crunch/
其中有很多文件。
我尝试通过 FileZilla 下载它,但没有成功。它不是 ftp
那么如何下载该链接中的所有文件?
您应该使用任何“SVN 客户端”在https://svn.apache.org/repos/asf/crunch签出存储库
尝试使用 Tortoise SVN for windows https://tortoisesvn.net/或https://subversion.apache.org/packages.html中列出的任何 svn 客户端
从命令行使用 SVN,您可以运行完整的存储库:
svn checkout https://svn.apache.org/repos/asf/crunch
然后,您可以根据需要压缩检索到的“紧缩”文件夹。