You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see no possibilities to create a multi-volume archive, so I ended up with creating a bunch of chunks for uploading to the server (and then combine them and unzip there).
Here is the code (I'm uploading the files which names contain subfolders (e.g. '/subfolder/subsubfolder/filename.ext') - I need to recreate the structure of folders on server):
However, it is pretty slow on large archives. Probably I am doing something wrong and there's a way to speed it up?
The text was updated successfully, but these errors were encountered:
alexandis
changed the title
Is there a way to create a multi-volume archive with a predefined volume size here?
Is there a way to create a multi-volume archive with the predefined volume size here?
Jan 27, 2024
alexandis
changed the title
Is there a way to create a multi-volume archive with the predefined volume size here?
Weird '_' top-level folder is generated in the zip file
Jan 28, 2024
alexandis
changed the title
Weird '_' top-level folder is generated in the zip file
Zipping 1GB+ and splitting to chunks is slow - is there a way to speed it up?
Jan 28, 2024
I see no possibilities to create a multi-volume archive, so I ended up with creating a bunch of chunks for uploading to the server (and then combine them and unzip there).
Here is the code (I'm uploading the files which names contain subfolders (e.g. '/subfolder/subsubfolder/filename.ext') - I need to recreate the structure of folders on server):
However, it is pretty slow on large archives. Probably I am doing something wrong and there's a way to speed it up?
The text was updated successfully, but these errors were encountered: