如何使用wget继续我中断的下载

How to use wget to continue my interrupted downloading

我使用 Wget 下载站点目录中的所有文件。但它被打断了。我怎样才能让它继续下去?

你要wget -c url,其中-c代表继续,url是中断文件的URL