Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

Is there a way to download the whole profile of a user (not mine) with WinHTTRACK or Offline explorer or some other similar tool? I need the settings.

share|improve this question

1 Answer

When I want to download a whole bunch of pages quickly from a website, I use site sucker:

http://www.sitesucker.us

Is this what you are looking for?

For windows you might want to consider downloading cygwin, and using a command like this to download a website:

wget -r http://my.site.to.download.com
share|improve this answer
So, the website itself doesn't download the pages but an app? – Jacob Jan Tuinstra Feb 5 at 21:33
No, software you mentioned is for OS X. – user33962 Feb 6 at 11:18
What about form login? – user33962 Feb 7 at 21:22
Do you have the credentials? – Roger Feb 14 at 19:09
But this wouldn't include any content loaded via JavaScript/Ajax. – unor Apr 10 at 7:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.