• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Automating a process

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

I have a URL like http://www.javaranch.com/scealinks.jsp , I will be authenticated before I come to this link. In that page I have listed links with time stamp which are linked to zip files. Like the followings...

134587
934583
293458
534584

I�ll download by clicking on that link.

My Question is: I want to automate this process by a java program. Can anyone suggest how to do it?
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Poobhathy,

I'd go for HttpUnit although intented for integration tests.
Where to get it: http://httpunit.sourceforge.net/
How to use it: http://httpunit.sourceforge.net/doc/cookbook.html

Good luck.
 
reply
    Bookmark Topic Watch Topic
  • New Topic