[Request] Downloading Program

If your a member of codenstuff then this is the main place to be. Get together..talk..chat and ponder. Have fun. Chill out. Play games.
11 posts Page 2 of 2
Contributors
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: [Request] Downloading Program
mandai
(In .Net)

To it by FTP I would use the FtpWebRequest/FtpWebResponse classes.

If you have to do it over HTTP you could load the index page in a webbrowser, then use the Links property to find the files. You could then either make your own multithreaded download system or start a downloader program for each file found.
11 posts Page 2 of 2
Return to “Codenstuff boardroom”