problem with zip please help me

bas_e_424

New member
Joined
Feb 11, 2024
Messages
1
hello when i want to make zip file in file manager i can not. the error is


An error occured while creating the compressed file​

Details
/home2/mydomain/domains/mydomain.com/.tar.gz is not a valid file​

first i select the file in publichtml then press the add to clipboard butten the when i want to make zip file i can not.
please help me
 
is there an special reason to use zip ? tar.gz should be fine
what is the os you are using ? debian based os you can install zip by
Code:
sudo apt install zip unzip
RHEL based
Code:
sudo dnf install zip unzip
 
I am not that familiar with how file manager works but it looks like you didn't give it a file name.
 
Back
Top