TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Paul
NA
13
0
How to download files from web url ?
Mar 30 2012 4:22 PM
Hello,
Actually, i have a website url where these files are stored. Example:
http://www.mywebsite.com/files/file.txt
http://www.mywebsite.com/files/image1.gif
http://www.mywebsite.com/files/logo.jpg
http://www.mywebsite.com/files/letter.doc
http://www.mywebsite.com/files/dll/barcode.dll
http://www.mywebsite.com/files/dll/MyLib.dll
http://www.mywebsite.com/files/dll/Common.dll
http://www.mywebsite.com/files/exe/MyApp.exe
etc...
So, my target is to build a small Device Application (Windows CE) in order to update these files on the device itself everytime the user clicked Update button.
So I would like to download the content of the main folder http://www.mywebsite.com/files/ as is (e.g. with all files & sub-folders) on the device.
Please, can anyone help me to know how to connect to the URL and download the list of files ?
I really appreciate if you can give me a sample code
Paul
Reply
Answers (
2
)
Error : Must declare the scalar variable
Multicast delegate in the C#