Wget

From Attie's Wiki
Revision as of 21:25, 4 September 2010 by 192.168.0.1 (Talk)

Jump to: navigation, search

Using wget to retrieve files that require you to be logged in

Save the cookie

wget --save-cookies ./cookie -O - URL> /dev/null

for rapidshare.com
wget --save-cookies ./cookie --post-data "login=USERNAME&password=PASSWORD" -O - https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi > /dev/null

Use the cookie!

wget -c --load-cookies ./cookie URL
-c is used to resume a previously started download
-i filename is used to read a file containing 1 URL per line

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox