invisible
04-04-2007, 07:51 PM
I have one huge 1.2GB file on server
I want to split it into 100MB pieces and i want people to download those 100MB files and rejoin the files using HJSPLIT
SO
what is the command for splitting big files ? and the splitted file should have extension 001 , 002 , 003 which are joinable by HJSPLIT ;)
Engelmacher
04-04-2007, 07:56 PM
HJSPLIT
Sounds like you answered your own question. If you want to use HJSplit then use HJSplit.
ISPserver
04-04-2007, 08:09 PM
In linux you can use programm 'split'
zacharooni
04-04-2007, 09:30 PM
split FILE -C 100000000 -a 3 -d
invisible
04-05-2007, 09:36 AM
Works great
FIle are split like x000 x001
and we can rename them to anyname.001 anyname.002
then people can download those files and can join files using HJSPLIT
Thanks for helping
Anyway to split in RAR format ?
I have installed winrar command line but cant find the exact command function to split files.
zacharooni
04-05-2007, 12:17 PM
rar --help
I'm not familiar with the cmdline linux based rar cmds, but I know you can.
creativeartist
04-05-2007, 12:51 PM
HJSPLIT will help you for this.You can get manuel from the linux itself about the cmmand HJSPLIT
invisible
04-05-2007, 03:45 PM
Hmm
HJSPLIT command line tool Im unable to install on my VPS
SO asking other methods
rdogg
04-06-2007, 10:02 PM
you can also use p7zip in linux , you can find it in sourceforge and there are some binaries also for download.