wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | Unknown option '--rejected-log' (#435)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Unknown option '--rejected-log' (#435)
Date: Fri, 26 Apr 2019 07:34:01 +0000



We have a list of options wget vs wget2 at 
https://gitlab.com/gnuwget/wget2/wikis/home

Maybe not 100% up-to-date (feel free to edit).

As a more powerful alternative, you can use the statistics options of wget2.
```
wget2 --stats-site=csv:example.csv -r www.example.com
```

You can print a tree-like view of your site with
```
cat example.csv | contrib/csv2tree
```
or convert to JSON with
```
cat example.csv | contrib/csv2json
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/435#note_164499969
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]