Page 1 of 1
FTP client that can unzip on a remote server???
Posted: Wed 1. Feb 2006, 01:08
by shade
Hello,
does anyone know of a FTP client that allows uploading of zipped files and unzipping directly on the remote server.
Having to upload the over 2000 files of phpwcms scares me
Thx.
S.
Posted: Wed 1. Feb 2006, 08:04
by frold
if you have Shell acess it is easy done...
Posted: Wed 1. Feb 2006, 11:28
by shade
... how about one or two more words ... for example, how?
Thx.
S.
Posted: Fri 10. Feb 2006, 04:08
by feelX
http://www.chiark.greenend.org.uk/~sgtatham/putty/
http://www.tartarus.org/~simon/puttydoc/puttydoc.txt
and you need some knowledge of *nix basic commands to operate on the shell of your webserver / webspace ...
've phun ...

Posted: Fri 10. Feb 2006, 04:34
by StudioZ
Shade,
Suppose you have uploaded this file "phpwcms_dev_1.2.6_14.12.2005.zip"
into this location on your account:
/home/shade/public_html/website/
then all you'll need to unzip it in this folder, will be to run these three commands (see in bold):
cd /home/shade/public_html/website/
you are now located in the good folder, then...
now run this command to check it's content listing:
ls -las
unzip phpwcms_dev_1.2.6_14.12.2005.zip
That's all there is to it
Cheers,