Connecting Tech Pros Worldwide Help | Site Map

Create multiple volume zip file

fsbernard@gmail.com
Guest
 
Posts: n/a
#1: Mar 16 '08
I want to be able to create a multiple volume zip file on the server
using PHP. Anyone has any idea how one can do this?
petersprc
Guest
 
Posts: n/a
#2: Mar 17 '08

re: Create multiple volume zip file


Your system may have the zipsplit command. To split into 1 MB pieces:

zipsplit -n 1048576 file.zip

On Mar 16, 6:09 pm, fsbern...@gmail.com wrote:
Quote:
I want to be able to create a multiple volume zip file on the server
using PHP. Anyone has any idea how one can do this?
Closed Thread