The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-18-2008
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 268
Downloading a csv file automatically

I want to automatically download a CSV file daily which can be found here:
London Stock Exchange - Search
and the link is named "Click to download covered warrants (100Kb)" on the right hand side.

What commands can I use to invoke clicking on this link and initiating the download? And also what commands can I use to save the file locally? As you can see wget will not work, unless someone can prove otherwise.

Thanks in advance