Re: File Identity Lost After Downloading With WebClient - My Mistake
- From: "Thomas Weise" <thomas@xxxxxxxxxxxxxxxx>
- Date: Fri, 1 Jun 2007 18:04:41 +0200
Sorry,
I just found the source of the error.
WebClient works ok, I made a mistake somewhere else.
"Thomas Weise" <thomas@xxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:u8hCRYFpHHA.3368@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
My application uploads files to an FTP server. Before uploading, I
calculate the hash value of each file. After downloading, the hash value
is
checked.
This works fine when I'm using the FTP protocol for download as well. In
order to avoid the FTP credential overhead, I ahve tried to download via
System.Net.WebClient (WebClient.DownloadFile). This works well, and I can
open the files, but the hash value differs from the original value.
Is there anything added to the files by System.Net.WebClient? If so, any
idea how to get rid of it?
Thanks, Thomas
.
- References:
- File Identity Lost After Downloading With WebClient
- From: Thomas Weise
- File Identity Lost After Downloading With WebClient
- Prev by Date: Custom AppDomain and Remoting/Reflection question -- Is this possible?
- Next by Date: additions to DotnetConfig.xsd to avoid info warnings on config file remoting setup?
- Previous by thread: File Identity Lost After Downloading With WebClient
- Next by thread: Custom AppDomain and Remoting/Reflection question -- Is this possible?
- Index(es):
Relevant Pages
|
Loading