I am trying to use Wget to download a page, but I cannot get past the login screen. How do I send the username/password using post data on the...
I need files to be downloaded to /tmp/cron_test/. My wget code is wget --random-wait -r -p -nd -e robots=off -A".pdf" -U mozilla http://math.stanford.edu/undergrad/ So is there some parameter to...