- Joined
- Jan 18, 2014
- Messages
- 68
- Points
- 8
I logged into my server via SSH, I want to use Putty or Terminal to zip ZIP (Compress) and UNZIP (Extract) files and folders in a folder on server. How to do?
Hey there,I logged into my server via SSH, I want to use Putty or Terminal to zip ZIP (Compress) and UNZIP (Extract) files and folders in a folder on server. How to do?
zip -r yourfilename.zip * .htaccess
unzip yourfilename.zip
unzip archive.zip
zip archive.zip 1.txt 2.txt 3.txt