1
Support and Feedback / Re: Server Busy Warning in 7Zip & Store Edition
« on: Today at 10:26:34 »
Did some checking.. Why it is not support is because 7z does not support appending files to an 7z archive
When you in 7zip add a file to an existing 7z it will rebuild the entire 7z file. Unpack the existing file into the new and then add the newly dropped file.
If you modify a file called myfiles.7z you will see that 7zip create a new myFiles.7z.tmp , and if successful the old is delete and the tmp is renamed to the name of the original file
When you in 7zip add a file to an existing 7z it will rebuild the entire 7z file. Unpack the existing file into the new and then add the newly dropped file.
If you modify a file called myfiles.7z you will see that 7zip create a new myFiles.7z.tmp , and if successful the old is delete and the tmp is renamed to the name of the original file