On Sun, 24 Jul 2005 at 19:34, Matt England wrote:

> At 7/24/2005 07:29 PM, Dan Goodes wrote:
> >Unfortunately the only solution for your problem is to use an FTP server
> >for that file. Stable Apache releases simply won't serve it.
>
> Ok, this all makes sense, and it's not a big deal right now.
>
> A side note: has anyone been able to get split(1) to work on a >2GB
> file?  I'm having troubles.  I wanted to split my big file to dowload over
> http if possible.  (I'm on a Redhat 9 machine.)

I just tested split(1) version 4.5.3 from RedHat EL3, and it seems to have
managed to split a 4.2GB file just fine. What I had to do though was
specify more suffix characters, and a sufficiently large chunk size:

split -a 4 -b 1048576 ./4200.txt

splits the file into 4200 1MB files. You probably want to make the files
larger than that - maybe four 1GB files or something.

-Dan

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to