You are not logged in.
Pages: 1
Hi,
I'm trying to download a zip file named tutnt.zip at this URL using the 'wget' command:
http://www.realm667.com/index.php?optio … 33&Itemid=
However, it's downloading some other file instead. How can I make this work from the command line? It works perfectly fine from Firefox on Windows.
Offline
wget --referer=www.realm667.com --content-disposition "http://www.realm667.com/index.php?option=com_docman&task=doc_download&gid=133&Itemid="
1000
Offline
Pages: 1