使用cURL下载某些文件夹中的所有文件,除了404错误页面?


2

我在ubuntu中使用cURL来下载一些文件

pic001.jpg

pic002.jpg

pic003.jpg

...

pic999.jpg

虽然这个序列中可能缺少某些文件,但我刚刚使用时

 curl -O http://foo.bar/pic[001-999].jpg

cURL将为那些缺失的页面下载404错误页面。我怎么能避免这个?

Answers:


2

该选项-f可防止curl在服务器出错时生成任何输出。请参见手册页。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.