Tag: Shell Access
-
Zip files via SSH and copy it to another folder or server
If you files and directories in your server via SSH, just type the command below: zip -r zipfilename.zip folder Just replace the folder with the folder name you are targetting or use * if your currently in the folder. If you want to quickly zip all files and folders individually in your server via SSH,…