[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] How to just download cookies?
From: |
Peng Yu |
Subject: |
[Bug-wget] How to just download cookies? |
Date: |
Sun, 31 Jul 2011 23:29:14 -0500 |
Hi,
I use the following code to download the cookies. But it will always
download some_page. Is there a way to just download the cookies?
wget --post-data='something' --directory-prefix=/tmp
--save-cookies="cookies_file" --keep-session-cookies
http://xxx.com/some_page > /dev/null
--
Regards,
Peng
- [Bug-wget] How to just download cookies?,
Peng Yu <=