Re: size problem of large file transfer over https

2009-03-26 Thread H.S.
H.S. wrote: > Boyd Stephen Smith Jr. wrote: >> In , H.S. wrote: >>> Boyd Stephen Smith Jr. wrote: If the Content-Length is correct, it is a problem client-side. If the Content-Length is incorrect, it is a problem server-side. >>> I gave it a shot myself with my own machine using Iceape b

Re: size problem of large file transfer over https

2009-03-26 Thread Alex Samad
On Thu, Mar 26, 2009 at 12:36:19PM -0400, H.S. wrote: > Boyd Stephen Smith Jr. wrote: > > In , H.S. wrote: > >> I have a large data tar file of 4.4 GB. I have made it available over > >> https to be downloaded by the recipient. This is on a Debian Sid, 2.6.26 [snip] > > If the Content-Length is c

Re: [work around] Re: size problem of large file transfer over https

2009-03-26 Thread H.S.
Rob Starling wrote: > On Thu, Mar 26, 2009 at 01:27:27PM -0400, H.S. wrote: >> Well, I split the tar file to smaller chunks of 680M each (using the >> split command). >> $> split -d -b 680M /tmp/datafile.tar datfile > ... > > just be sure that the * expands to the names of the files in the > righ

Re: [work around] Re: size problem of large file transfer over https

2009-03-26 Thread Rob Starling
On Thu, Mar 26, 2009 at 01:27:27PM -0400, H.S. wrote: > Well, I split the tar file to smaller chunks of 680M each (using the > split command). > $> split -d -b 680M /tmp/datafile.tar datfile ... > The only problem is that the remote user uses Windows and will need a > method to join them together

[work around] Re: size problem of large file transfer over https

2009-03-26 Thread H.S.
Boyd Stephen Smith Jr. wrote: > In , H.S. wrote: >> Boyd Stephen Smith Jr. wrote: >>> >>> If the Content-Length is correct, it is a problem client-side. If the >>> Content-Length is incorrect, it is a problem server-side. >> I gave it a shot myself with my own machine using Iceape browser and I >>

Re: size problem of large file transfer over https

2009-03-26 Thread H.S.
Boyd Stephen Smith Jr. wrote: > In , H.S. wrote: >> Boyd Stephen Smith Jr. wrote: >>> >>> If the Content-Length is correct, it is a problem client-side. If the >>> Content-Length is incorrect, it is a problem server-side. >> I gave it a shot myself with my own machine using Iceape browser and I >>

Re: size problem of large file transfer over https

2009-03-26 Thread Boyd Stephen Smith Jr.
In , H.S. wrote: >Boyd Stephen Smith Jr. wrote: >> In , H.S. wrote: >>> I have a large data tar file of 4.4 GB. I have made it available over >>> https to be downloaded by the recipient. This is on a Debian Sid, >>> 2.6.26 kernel and the partition is ext3. >>> >>> When the remote user clicks on tha

Re: size problem of large file transfer over https

2009-03-26 Thread H.S.
Boyd Stephen Smith Jr. wrote: > In , H.S. wrote: >> I have a large data tar file of 4.4 GB. I have made it available over >> https to be downloaded by the recipient. This is on a Debian Sid, 2.6.26 >> kernel and the partition is ext3. >> >> When the remote user clicks on that download link, his bro

Re: size problem of large file transfer over https

2009-03-26 Thread Boyd Stephen Smith Jr.
In , H.S. wrote: >I have a large data tar file of 4.4 GB. I have made it available over >https to be downloaded by the recipient. This is on a Debian Sid, 2.6.26 >kernel and the partition is ext3. > >When the remote user clicks on that download link, his browser is >showing the file size to be only

size problem of large file transfer over https

2009-03-26 Thread H.S.
Hello, I have a large data tar file of 4.4 GB. I have made it available over https to be downloaded by the recipient. This is on a Debian Sid, 2.6.26 kernel and the partition is ext3. When the remote user clicks on that download link, his browser is showing the file size to be only around 130 MB.