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?
|
feedback
|
|
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. | |||
|
feedback
|
|
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:
| |||||
feedback
|
|
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. | |||
feedback
|