Hi!
I am currently new at this. I wanted to know whether it is possible to unzip a zipped file on the server using cyberduck. If not, is it possible to do it manually on command line. If yes, how?
Thanks
Newton
Unzipping file using SFTP
Re: Unzipping file using SFTP
I'm not sure with cyberduck, but, you can do it through the command line, yes.
Zips - unzip filename.zip
Gzip - gunzip filename.gz
Tar - tar -xvf filename.tar
Tar.Gz - tar -xzf filename.tar.gz
Zips - unzip filename.zip
Gzip - gunzip filename.gz
Tar - tar -xvf filename.tar
Tar.Gz - tar -xzf filename.tar.gz