- Joined
- Jul 8, 2016
- Messages
- 48
- Points
- 8
My website is putting in public_html and I want ZIP all files and folders in this folder with a password? file format should be .zip and it needs a password to protect file. When I download it to Windows, I need to use password to open it. How can I do this?
Normally I am using this code zip -r filename.zip * .htaccess but I need to add password while creating zip file. can anyone help?
Normally I am using this code zip -r filename.zip * .htaccess but I need to add password while creating zip file. can anyone help?