Re: Downloading .exes with WebClient.DownloadFile
From: Dave (noSpamdlevineNNTP2_at_wi.rr.com)
Date: 04/12/04
- Next message: Tian Min Huang: "RE: datagrid verification issue"
- Previous message: Cor Ligthert: "Re: windows component update for visual studio .NET"
- In reply to: James: "Downloading .exes with WebClient.DownloadFile"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 12 Apr 2004 04:26:56 -0500
Check to see if the server allows you to download exe types. It may be
blocking downloads of executables.
"James" <jamesgurung@newsgroups.nospam> wrote in message
news:7F607A11-4393-4098-AE0D-51F7B4310075@microsoft.com...
> I'm having a problem using the System.Net.WebClient to download .exes from
a web server. I'm testing everything on localhost, and the same code works
fine with all other types of file. I even tried renaming the .exe extension
of the file in question to .exe2, and that worked! Is there a security
setting that doesn't let me download executables (the only error message I
get is a timeout)? If so, is there a way to override it... I'm making a tool
to update my software product over the Internet, and being able to download
.exes is essential!
>
> Any suggestions, please?
- Next message: Tian Min Huang: "RE: datagrid verification issue"
- Previous message: Cor Ligthert: "Re: windows component update for visual studio .NET"
- In reply to: James: "Downloading .exes with WebClient.DownloadFile"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|