我需要从某个站点下载大量 cpp 库文件。我原本想使用 ftp,但我不太熟悉 ftp。这是站点。https://svn.code.sf.net/p/cppunit/code/branches/HB_VS2010/cppunit/
答案1
是的,你可以在 Windows 上使用 wget :)
http://gnuwin32.sourceforge.net/packages/wget.htm
如果你想要电脑上在线内容的精确副本,你可以使用-mirror:
‘--mirror’
Turn on options suitable for mirroring. This option turns on recursion and time-stamping, sets infinite recursion depth and keeps ftp directory listings. It is currently equivalent to ‘-r -N -l inf --no-remove-listing’.
答案2
该网站使用 svn 存储库,可能可以使用 ftp,但使用 svn 工具或其他方式会更容易。