J
Jeremy
I'm trying to download ONE file from a server using
WebClient.DownloadClient, however ALL files in the servers directory
are being downloaded.
There's nothing odd about my file's url, e.g.
"http://server.com/file.jpg", and I'm setting no other WebClient
properties. Just calling DownloadFile. Very simple. But, in
addition to the resuested file I get LOTS of other files I have no
interest in.
This happens with the MS example code for DownloadFile as well.
Any ideas? It seems like a bug in the WebClient class.
** REPLY TO: jj AT imtc DOT gatech DOT edu
WebClient.DownloadClient, however ALL files in the servers directory
are being downloaded.
There's nothing odd about my file's url, e.g.
"http://server.com/file.jpg", and I'm setting no other WebClient
properties. Just calling DownloadFile. Very simple. But, in
addition to the resuested file I get LOTS of other files I have no
interest in.
This happens with the MS example code for DownloadFile as well.
Any ideas? It seems like a bug in the WebClient class.
** REPLY TO: jj AT imtc DOT gatech DOT edu