Jan 3 2011

wget

by admin

Want wget to save the files with “correct” name? getting the filename from the webserver.

as root or sudo:

echo “content_disposition = on” >> /etc/wgetrc

for a local user:

echo “content_disposition = on” >> /home/username/.wgetrc