Tag Archives: 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 … Continue reading

Posted in Geekery | Tagged , , , | Leave a comment