|
|
#1 |
|
New Member
![]() Join Date: Mar 2009
Posts: 2
|
Hi, I have the following problem:
I want to download 20000 text files, each of them is located on the following page: www.something.com/show.aspx?id=nnn (where nnn goes from 1 to 20000) and each such page contains a link to the text file, which, when hovered mouse over it shows: www.something.com/get.aspx?id=nnn (where nnn goes from 1 to 20000) How do I automate download of all 20000 files? Right now, I have to go to each page, click each link, and download 20000 files one by one. Many thanks for your help in advance. |
|
|
|
|
|
#2 |
|
Super Moderator
![]() Join Date: Jun 2008
Posts: 493
|
Are you familiar with/have access to PHP ?
If so look at writing a small program using stream_get_contents() inside a loop to do what you need. HTH, JC |
|
|
|
|
|
#3 | |
|
New Member
![]() Join Date: Mar 2009
Posts: 2
|
Quote:
I need somebody else to show me what to do, and with what programs to write such a program. Thanks! |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|