|
||||||
| 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 Don't hesitate to ask any questions that you have! Check out our ASCII Calculator! |
|
|||
|
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 |
| Windows XP Tricks & Tips!!!!..new ones. | pranky | Tutorials | 9 | 08-23-2008 03:22 PM |
| Project: ionFiles - Joomla Simple File Download | Jordan | Community Projects | 300 | 08-13-2008 08:36 PM |
| Download a file | Lop | PHP Forum | 14 | 05-16-2008 12:07 PM |
| Project: ionFiles - Joomla Simple File Download - Mirror 2 | Jordan | ionFiles | 3 | 04-07-2008 03:09 PM |
| How do I let people download a file from my page? | littlefranciscan | HTML Programming | 6 | 01-28-2007 11:57 PM |
| John | ........ | 223.00000 |
| dargueta | ........ | 168.00000 |
| Xav | ........ | 164.00000 |
| gaylo565 | ........ | 18.00000 |
| WingedPanther | ........ | 15.00000 |
| |pH| | ........ | 15.00000 |
| Johnnyboy | ........ | 3.00000 |
| navghost | ........ | 1.00000 |
Goal: 100,000 Posts
Complete: 65%