I am work on web / windows service to connect to an internet site to do the following
- Login to the site and get a sessionid
- call a CGI page and retrieve its response which is a list of text files
- download the file
- close the connection
Any body know any way to do this in a professional wayi know about httpwebrequest and httpwebresponse but i don't know how to do this so please help methanks