FTP client that can unzip on a remote server???

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
shade
Posts: 6
Joined: Sun 29. Jan 2006, 13:56

FTP client that can unzip on a remote server???

Post 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 :roll: :roll: :roll:

Thx.


S.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

if you have Shell acess it is easy done...
http://www.studmed.dk Portal for doctors and medical students in Denmark
shade
Posts: 6
Joined: Sun 29. Jan 2006, 13:56

Post by shade »

... how about one or two more words ... for example, how?
Thx.


S.
feelX
Posts: 76
Joined: Wed 25. Feb 2004, 03:13
Location: 127.0.0.1
Contact:

Post 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 ... :)
felix - proud member of los locos

"Never argue with an idiot. They drag you down to their level, then beat you with experience."
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post 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 :wink:

Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Post Reply