Support for checksum with file download

2008-06-13 Thread Sabarivasan Viswanathan
I will be doing a simple POST request to download a large file (of the order of a few tens of megabytes). In order to ensure that the file is not corrupted during transmission, I want to do a checksum on the client and compare it with the server's. This seems like a very common thing to do. Is

Re: Support for checksum with file download

2008-06-13 Thread Stephen J. Butler
On Fri, Jun 13, 2008 at 11:29 AM, Sabarivasan Viswanathan [EMAIL PROTECTED] wrote: I will be doing a simple POST request to download a large file (of the order of a few tens of megabytes). In order to ensure that the file is not corrupted during transmission, I want to do a checksum on the

Re: Support for checksum with file download

2008-06-13 Thread sebb
On 13/06/2008, Stephen J. Butler [EMAIL PROTECTED] wrote: On Fri, Jun 13, 2008 at 11:29 AM, Sabarivasan Viswanathan [EMAIL PROTECTED] wrote: I will be doing a simple POST request to download a large file (of the order of a few tens of megabytes). In order to ensure that the file

Re: Support for checksum with file download

2008-06-13 Thread Stephen J. Butler
On Fri, Jun 13, 2008 at 12:14 PM, sebb [EMAIL PROTECTED] wrote: On 13/06/2008, Stephen J. Butler [EMAIL PROTECTED] wrote: On Fri, Jun 13, 2008 at 11:29 AM, Sabarivasan Viswanathan [EMAIL PROTECTED] wrote: I will be doing a simple POST request to download a large file (of the order of a

Re: Support for checksum with file download

2008-06-13 Thread sebb
On 13/06/2008, Stephen J. Butler [EMAIL PROTECTED] wrote: On Fri, Jun 13, 2008 at 12:14 PM, sebb [EMAIL PROTECTED] wrote: On 13/06/2008, Stephen J. Butler [EMAIL PROTECTED] wrote: On Fri, Jun 13, 2008 at 11:29 AM, Sabarivasan Viswanathan [EMAIL PROTECTED] wrote: I will be doing a