Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi,
I want to write a small program that allows me to login on a webpage and then download some files from there automatically. What language would you recommend, are there any tutorials out there?

Thanks
Posted
Comments
Yuri Vital 27-Oct-11 4:44am    
It depend of your educational background. Use language you are familiar to work with.

Many many languages can perform this basic task : PHP, ASP.NET, Ruby, Phyton, Java, ...
Anil Honey 206 27-Oct-11 5:30am    
Its Correct.

1 solution

Create a windows form application, and a relevant web service. You can do it with .Net (C#, VB, etc) easily. Manage/manipulate the web service through the application as you wish.
 
Share this answer
 
Comments
Kalesh.S.R 27-Oct-11 4:59am    
Can you please ellaborate...
CodingLover 27-Oct-11 5:12am    
Which part you are not clear with?
chris085 27-Oct-11 6:17am    
I already have some experience in vb.net, so I might choose that. Do you know any tutorials about that?
Just to clarify, I want to access an existing webpage (so I have no connection to this page) and download files from there

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900