I have a password protected directory with a lot of files which I am trying to download by using Python's BeautifulSoup.
The problem is that as it is just a password protected directory and there is no login form, I can't seem to use Mechanize like this example?
Anyone suggestions?
