Connecting Tech Pros Worldwide Help | Site Map

Create multiple volume zip file

  #1  
Old March 16th, 2008, 11:15 PM
fsbernard@gmail.com
Guest
 
Posts: n/a
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?
  #2  
Old March 17th, 2008, 04:05 AM
petersprc
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 04:15 AM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 11:37 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 09:56 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 03:15 AM