|
||||||
| Managed C++ Visual Studio .NET managed C++ Topics |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Is there an easy way to download a file using .NET 2.0??? I know I saw something a long time ago that had a very simple downloader, just two lines long - any one know how to do it???
__________________
Hi >> Saint |
| Sponsored Links |
|
|
|
|||
|
System.Net.WebClient I think is what you're looking for.
|
|
|||||
|
Yes, this is very easy to use to download. Here is C# code to download a file:
Code:
System.Net.WebClient Client = new System.Net.WebClient();
Client.DownloadFile("http://www.url.com/file.ext", string.Concat("C:\file\path", "filename"));
Code:
System::Net::WebClient Client = new System::Net::WebClient();
Client->DownloadFile("http://url", string.Concat("c:\path", "filename"));
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||
|
There's a System.Net.Web.WebClient.DownloadProgressChanged event that you can use for large(ish) async downloads.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Project: ionFiles - Joomla Simple File Download | Jordan | Community Projects | 331 | 11-26-2008 12:35 PM |
| Project: ionFiles - Joomla Simple File Download - Mirror 2 | Jordan | ionFiles | 6 | 11-06-2008 01:24 PM |
| Windows XP Tricks & Tips!!!!..new ones. | pranky | Tutorials | 9 | 08-23-2008 04:22 PM |
| Download a file | Lop | PHP Forum | 14 | 05-16-2008 01:07 PM |
| How do I let people download a file from my page? | littlefranciscan | HTML Programming | 6 | 01-29-2007 12:57 AM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |