1

when a download with wget and user the argument

wget url --no-remove-listing

I can save the .listing file.

but, How I can download only the .listing file ?

1 Answer 1

2

You can use the --spider option to prevent wget from downloading anything. The .listing file will still be created, of course.

wget url --spider --no-remove-listing

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .