Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - download multiple files using wildcards with WebClient.DownloadFile()

 
Thread Tools Search this Thread
Old 04-18-2006, 11:08 PM   #1
Default download multiple files using wildcards with WebClient.DownloadFile()


Individual file download works fine. But when I try to download multiple
files, for example using wildcards in the following code, I get error. How
to solve it?

System.Net.WebClient Client = new System.Net.WebClient();
Client.DownloadFile("ftp://123.123.456.0/*.RPT",
@"C:\downloadedFiles\*.RPT");

Are there other possibilities??

web_learner




Web learner
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Video files to PSP ivan DVD Video 4 06-17-2008 11:16 AM
Software:Ansys DesignSpace,VectorWorks,AUTODESK,WILCOM,CATIA prosoft Software 3 01-12-2008 05:50 PM
=> Professional Software CAD CAM CFD GIS ! FTP-Download! UnlockSofts General Help Related Topics 2 07-17-2007 11:44 AM
Very slow recognising DVD disc Terry Pinnell DVD Video 1 03-28-2006 06:53 PM
Now I introduce some popular software of multimedia eightsome@gmail.com DVD Video 0 03-28-2006 02:29 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46