I have a remote server that i want to unzip some file onto:
At first, I ran Winzip to unzip on my local machine and then copied it to the remote server but that copy action was very slow
I then copied over the zip file to the remote server and ran unzip through there but surprisingly the unzipping took forever. My guess is that even though the files are already on the server and getting unzipped locally, that winzip doesn't realize this and is somehow using my local machine as a temp stage before unzipping to the remote directory.
Is there anyway to unzip on a remote machine to that same remote machine and have it work as fast as if I were logged in locally to that machine?