Download pages that I have to log in to get with wget

1

There's a website that I must log in to before I can browse the content, and the content would be very helpful for my work if I could browse it while offline. It's training and repair information for quite a few things.

I could us wget to get the pages, but I have no idea how I'd log in to be able to get the pages, or if wget would even work.

Anyone have any ideas if it's possible to authenticate with wget to download pages?

Rob

Posted 2012-02-26T01:00:29.963

Reputation: 2 152

1

check this: http://stackoverflow.com/questions/4272770/wget-with-authentication

– lupincho – 2012-02-26T01:05:58.703

No answers