我需要一个文件下载器,我尝试编写它,但我无法通过 https 连接下载文件。通过 http 下载文件很容易,但对于 https 连接,我有用户名和密码。我通常在 Firefox 中使用这行代码连接到网站:
https://username:password@site.com/path
我想在那里下载每个文件+(子)文件夹。我怎样才能做到这一点?这是我在 Firefox 中连接时的样子:
http://img543.imageshack.us/img543/6355/52961177.png
http://img713.imageshack.us/img713/624/55225462.png