Is there a way to remotely ZIP up files using Putty the same way you can ZIP up files using Remote Desktop on another machine?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
It all depends on what's installed on the host that you're connecting to - whether you connect via SSH (PuTTY) to a Unix/Linux machine or RDP to a Windows machine. Try running zip, gzip, bzip, or tar - those are usually installed on most Unix machines. |
|||
|
|
|
as mfinni says, it requires that zip is installed on the remote system. Assuming that you are on a unix system and that zip is already installed, the command to unzip a file is:
|
|||||
|
|
You can also ZIP folders using Putty just like this:
Its very useful when you want to backup and download folders with a lot of files. |
|||||
|