Average download throughput using Wget

2007-08-07 Thread sankalp_karpe
Hi, I wanted to know if Wget (windows version) calculates average download throughput and display the same in its output statistics. Below is the download I tried using Wget: --14:40:45-- HTTP request sent, awaiting response... 200 OK Length: 325,120 (318K) [application/vnd.ms-powerpoint]

Re: Average download throughput using Wget

2007-08-07 Thread Steven M. Schweda
From: sankalp_karpe [...] Wget (windows version) [...] windows version does not reveal the wget version. The output from wget -V might. (i) [...] The final speed reported ((118.64 KB/s)) should be the average speed for the whole download, that is, the full byte count divided by the

Question

2007-08-07 Thread Andra Isan
Hi All, I am wondering if there is a way that I can download pdf files and organize them in a directory with Wget or should I write a code for that? If I need to write a code for that, would you please let me know if there is any sample code available? Thanks in advance

Re: Question

2007-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andra Isan wrote: I am wondering if there is a way that I can download pdf files and organize them in a directory with Wget or should I write a code for that? If I need to write a code for that, would you please let me know if there is any

Re: Question

2007-08-07 Thread Andra Isan
I have a paper proceeding and I want to follow a link of that proceeding and go to a paper link, then follow the paper link and go to author link and then follow author link which leads to all the paper that the author has written. I want to place all these pdf files( papers of one author) into

Re: Question

2007-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 It seems to me that you can simply start a recursive, non-parent-traversing fetch (-r -np) of the page with the links, and you'll end up with the PDF files you want (plus anything else linked to on that page). If the PDF files are stored in