Re: [PHP] Split files

2002-01-24 Thread DL Neil
> >> =Hmm, I'm still come at it from the other way around (all due respect to > >> Jason) - but then I don't recall OpSys details, or know if there is a > >> utility/tool for the job in your choice of OpSys. > > > >Well unless it's a *really* obscure OS I'm sure there must be some readily > >avai

Re: [PHP] Split files

2002-01-24 Thread bvr
>> =Hmm, I'm still come at it from the other way around (all due respect to >> Jason) - but then I don't recall OpSys details, or know if there is a >> utility/tool for the job in your choice of OpSys. > >Well unless it's a *really* obscure OS I'm sure there must be some readily >available file

Re: [PHP] Split files

2002-01-24 Thread Jason Wong
On Thursday 24 January 2002 20:46, DL Neil wrote: > > > > Making any sense? > > > > > > Year, so I have to do it manually (thought someone could preveting me > > > from reinvent the wheel... ;-) > > > > > > > What are you really trying to achieve? > > > > > > I'm trying to split a large binary fil

Re: [PHP] Split files

2002-01-24 Thread DL Neil
> > > Making any sense? > > > > Year, so I have to do it manually (thought someone could preveting me from > > reinvent the wheel... ;-) > > > > > What are you really trying to achieve? > > > > I'm trying to split a large binary file (>2 GB) into peaces of 700 MB to > > burn it on a cd. It's a par

Re: [PHP] Split files

2002-01-23 Thread Jason Wong
On Thursday 24 January 2002 15:34, Martin Thoma wrote: > Hi and thaks for your answer. > ... > > > Making any sense? > > Year, so I have to do it manually (thought someone could preveting me from > reinvent the wheel... ;-) > > > What are you really trying to achieve? > > I'm trying to split a lar

Re: [PHP] Split files

2002-01-23 Thread Martin Thoma
Hi and thaks for your answer. ... > Making any sense? Year, so I have to do it manually (thought someone could preveting me from reinvent the wheel... ;-) > What are you really trying to achieve? I'm trying to split a large binary file (>2 GB) into peaces of 700 MB to burn it on a cd. It's a

[PHP] Split files

2002-01-22 Thread Martin Thoma
Hello! Is there a PHP-function to split binary files into pieces of a several size and glue them together later? Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat