Create multiple volume zip file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fsbernard@gmail.com

    #1

    Create multiple volume zip file

    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

    #2
    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:
    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?

    Comment

    Working...