bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] HTTPS download


From: Johnny
Subject: [Bug-wget] HTTPS download
Date: Thu, 09 Dec 2010 11:05:20 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

I have a https-connection that requires username and password to
login. After this you get another password verification to eventually
log-in to the content. 

The content is a filedirectory to browse for pdf files where the
leaf-nodes contain the desired files. I would like to use wget to
connect to and download this content but have not succeeded.

To be clear, the site is compsed with frames to mimic an M$ explorer
view
+----------+----------+
|Filetree  |Content   |
|Structure |          |
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
+----------+----------+

I tried some permutations of
wget -r -N -nd -w 1 --user-agent "Mozilla/5.0 (rv:1.9.2.8) Gecko/20100803 
Foo/3.6.8" --random-wait -A pdf address@hidden --http-password=secretpassword 
--no-check-certificate https://infantile/page/with/content/hidden/in/leaf/nodes

Going to the same page manually (one of the nodes) and viewing the
source I guess it is Javascript generated as it contains:
<script language="JavaScript" ...

The content is found (I assume) in strings like: 
<a 
href="/favorites/favoriteshandler.aspx?op=show&amp;id=640497&h=289966d01d03a83bcefe50f72a48a5aa"
 title="InteredtingFile.pdf" class="UIBox_Favorites_Link">


Can I make wget do this for me? Any help greatly appreciated!


-- 
Johnny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]