Webmaster Forum

Go Back   Webmaster Forum > The Webmaster Forums > Tech Talk

Tech Talk Discuss computer issues, tech gadgets and hardware, operating systems, browsers, broadband and wireless, virus, trojan, and spyware help.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-04-2007, 11:03 AM
Member
Latest Blog:
None

 
Join Date: 04-04-07
Location: *Heaven*
Posts: 49
iTrader: 0 / 0%
*Sunny* is liked by many
Send a message via Yahoo to *Sunny*
Exclamation Any ftp software to unzip files on server?

Is there any ftp software to unzip files on my server?
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #2 (permalink)  
Old 04-04-2007, 11:37 AM
Senior Member
 
Join Date: 01-18-06
Posts: 131
iTrader: 0 / 0%
Nameslot is a jewel in the roughNameslot is a jewel in the roughNameslot is a jewel in the roughNameslot is a jewel in the roughNameslot is a jewel in the roughNameslot is a jewel in the rough
I don't know of any FTP software but you can unzip the files in the cpanel - filemanager.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #3 (permalink)  
Old 04-04-2007, 11:43 AM
Member
Latest Blog:
None

 
Join Date: 04-04-07
Location: *Heaven*
Posts: 49
iTrader: 0 / 0%
*Sunny* is liked by many
Send a message via Yahoo to *Sunny*
I am hosted on godaddy and do not know about cpanel
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #4 (permalink)  
Old 04-04-2007, 12:04 PM
SVB's Avatar
SVB SVB is offline
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 3,118
iTrader: 0 / 0%
SVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest order
Try making a php page
<?php
$unzip = shell_exec("unzip filename.zip");
?>
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #5 (permalink)  
Old 04-04-2007, 12:10 PM
Member
Latest Blog:
None

 
Join Date: 04-04-07
Location: *Heaven*
Posts: 49
iTrader: 0 / 0%
*Sunny* is liked by many
Send a message via Yahoo to *Sunny*
the php page which I have created is not opening.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #6 (permalink)  
Old 04-05-2007, 02:36 AM
Senior Member
 
Join Date: 01-17-07
Location: Geoland.org
Posts: 250
iTrader: 1 / 100%
GiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the rough
can perhaps try installing the "php-shell" on your server. It lets you run shell command on the server such as "zip file" or "unzip file" (if the zip and unzip are installed on the server)


I just wrote something about backing up your website yesterday that talks about that too
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #7 (permalink)  
Old 04-05-2007, 03:46 AM
Member
Latest Blog:
None

 
Join Date: 12-29-06
Location: Asia
Posts: 40
iTrader: 0 / 0%
avantis is liked by many
Do you mean an FTP software to upload and unzip your files all in one go?

Well I don't know of any FTP software which does this, but I do know and sometimes use some web-based FTP facilities that are able to do that. There are some sites out there which provide this facility, but for myself I usually use Web2FTP.com (to be used along with SmartFTP which is installed in my computer).
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #8 (permalink)  
Old 04-05-2007, 05:59 AM
Member
Latest Blog:
None

 
Join Date: 04-04-07
Location: *Heaven*
Posts: 49
iTrader: 0 / 0%
*Sunny* is liked by many
Send a message via Yahoo to *Sunny*
www.web2ftp.com is not working at this time. Another site is www.net2ftp.com but after extracting it gives me error.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #9 (permalink)  
Old 04-05-2007, 11:30 PM
littleFella's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 06-20-04
Location: Ontario
Posts: 1,758
iTrader: 0 / 0%
littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
The only proggie I know (and use a lot) that can do it is webmin. Among its many modules, it has a File Manager (java based) and within it you can upload a compressed file (zip, tar, gzip) which can be optionally decompressed on the server and then the compressed file deleted.

Of course, to install webmin you need to have full admin rights to the server. To use it, you need to have access rights to your designated directories.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #10 (permalink)  
Old 04-06-2007, 03:45 AM
Member
Latest Blog:
None

 
Join Date: 12-29-06
Location: Asia
Posts: 40
iTrader: 0 / 0%
avantis is liked by many
Sorry for that! I just realized too that web2ftp is not working at this time. However, other web-based FTP services seem to be able to decompress zip files automatically while uploading, too. I've just taken a look at surftp.com (another such service), and it can do that as well.

Anyway, webmin, as suggested by littleFella, seems to be good too.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #11 (permalink)  
Old 04-06-2007, 03:52 AM
CapsLOCK's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-11-06
Posts: 319
iTrader: 0 / 0%
CapsLOCK is liked by somebodyCapsLOCK is liked by somebodyCapsLOCK is liked by somebodyCapsLOCK is liked by somebody
Easest way - using Internet explorer
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #12 (permalink)  
Old 04-06-2007, 01:21 PM
Contributing Member
Latest Blog:
None

 
Join Date: 04-05-07
Location: www.easywebx.com
Posts: 113
iTrader: 0 / 0%
lwbbs is liked by many
Does your server support PHP?
What is your error message?

Quote:
Originally Posted by *Sunny* View Post
the php page which I have created is not opening.
__________________
EasyWebX.com offers Cash Rebates up to $100 for lots of web hosting plans.
HostDomainZone.com offers cheap domains ($1.99*), web hosting ($3.19) and reseller ($59.99/yr)
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #13 (permalink)  
Old 04-07-2007, 08:17 AM
Member
Latest Blog:
None

 
Join Date: 04-04-07
Location: *Heaven*
Posts: 49
iTrader: 0 / 0%
*Sunny* is liked by many
Send a message via Yahoo to *Sunny*
Quote:
Originally Posted by lwbbs View Post
Does your server support PHP?
What is your error message?
No error message is displayed. The pages is not opening. My server supports php as I am using certain php scripts.


I have uploaded some zip files and now I want to extract them.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #14 (permalink)  
Old 04-07-2007, 11:15 AM
Contributing Member
Latest Blog:
None

 
Join Date: 04-05-07
Location: www.easywebx.com
Posts: 113
iTrader: 0 / 0%
lwbbs is liked by many
Based the package of PEAR File_Archive, write some code to uncompress
you ZIP files.

Quote:
Originally Posted by *Sunny* View Post
No error message is displayed. The pages is not opening. My server supports php as I am using certain php scripts.


I have uploaded some zip files and now I want to extract them.
__________________
EasyWebX.com offers Cash Rebates up to $100 for lots of web hosting plans.
HostDomainZone.com offers cheap domains ($1.99*), web hosting ($3.19) and reseller ($59.99/yr)
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #15 (permalink)  
Old 04-08-2007, 11:35 PM
Junior Member
Latest Blog:
None

 
Join Date: 04-08-07
Posts: 20
iTrader: 0 / 0%
Sexy Sania is liked by many
Hi sunny

i would give you the advice to ask fro the Godaddy people for help.

you know "this fact that godaddy doesnot provide Cpanel hosting" was the only reason that i didnt host my site with them
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #16 (permalink)  
Old 04-08-2007, 11:46 PM
Contributing Member
Latest Blog:
None

 
Join Date: 04-05-07
Location: www.easywebx.com
Posts: 113
iTrader: 0 / 0%
lwbbs is liked by many
What is the control panel of GoDaddy? Thanks.

Quote:
Originally Posted by Sexy Sania View Post
Hi sunny

i would give you the advice to ask fro the Godaddy people for help.

you know "this fact that godaddy doesnot provide Cpanel hosting" was the only reason that i didnt host my site with them
__________________
EasyWebX.com offers Cash Rebates up to $100 for lots of web hosting plans.
HostDomainZone.com offers cheap domains ($1.99*), web hosting ($3.19) and reseller ($59.99/yr)
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #17 (permalink)  
Old 04-10-2007, 12:59 PM
Contributing Member
Latest Blog:
None

 
Join Date: 04-05-07
Location: www.easywebx.com
Posts: 113
iTrader: 0 / 0%
lwbbs is liked by many
Good. I will try it. Thanks.

Quote:
Originally Posted by herbie70 View Post
Hi, I am hosted by GoDaddy as well and I upload my sites using ZipDeploy.
Actually it performs unzip on server and also zip on server (backup), very fast piece of soft.
Here's the link to it: ZipDeploy - unzip on server

__________________
EasyWebX.com offers Cash Rebates up to $100 for lots of web hosting plans.
HostDomainZone.com offers cheap domains ($1.99*), web hosting ($3.19) and reseller ($59.99/yr)
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #18 (permalink)  
Old 10-26-2007, 09:29 AM
Junior Member
Latest Blog:
None

 
Join Date: 10-26-07
Location: Estonia
Posts: 2
iTrader: 0 / 0%
hoticegirl is liked by many
Quote:
Originally Posted by GiorgosK View Post
can perhaps try installing the "php-shell" on your server. It lets you run shell command on the server such as "zip file" or "unzip file" (if the zip and unzip are installed on the server)
I installed the php-shell and tryed to use the unzip command but got error:
"sh: /usr/local/safe/unzip: No such file or directory"

Does that mean that the unzip command is not installed on the server? If so then can I install it and how?
thanks
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #19 (permalink)  
Old 10-28-2007, 12:03 PM
Senior Member
 
Join Date: 01-17-07
Location: Geoland.org
Posts: 250
iTrader: 1 / 100%
GiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the roughGiorgosK is a jewel in the rough
Quote:
Originally Posted by hoticegirl View Post
I installed the php-shell and tryed to use the unzip command but got error:
"sh: /usr/local/safe/unzip: No such file or directory"

Does that mean that the unzip command is not installed on the server? If so then can I install it and how?
thanks
Unfortunatelly not all servers have zip installed, but most will have tar which you could work with ... your host administrator (hosting company) can probably install zip (you could if you were on dedicated) but I don't think they will ... but you can try asking them ...

For now try to see if first command works and use the 2nd or 3rd command

Quote:
tar /help

//zip contents of folder
tar -zcf package.tar.gz folder/

//extract tar.gz file in currect folder
tar -xzf package.tar.gz
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #20 (permalink)  
Old 10-28-2007, 04:20 PM
Junior Member
Latest Blog:
None

 
Join Date: 10-26-07
Location: Estonia
Posts: 2
iTrader: 0 / 0%
hoticegirl is liked by many
Quote:
Originally Posted by GiorgosK View Post
Unfortunatelly not all servers have zip installed, but most will have tar which you could work with ... your host administrator (hosting company) can probably install zip (you could if you were on dedicated) but I don't think they will ... but you can try asking them ...

For now try to see if first command works and use the 2nd or 3rd command
it seems that tar is not installed too, gives the same error:
$ tar /help
"sh: /usr/local/safe/tar: No such file or directory"

But I got the problem solved with web based FTP client:
http://www.net2ftp.com/

Thank you everybody
Digg this Post!Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > The Webmaster Forums > Tech Talk

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VOIP Server Software dave conz Dedicated Servers 2 08-07-2004 01:15 AM
?custom admin script - server folders and files questions? LazyJim Web Design Lobby 31 10-31-2003 05:51 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


Site Navigation: v7n Home .::. Graphics .::. Scripts .::. V7N Web Directory .::. V7N Technology Blog .::. V7N Affiliate Program .::. Advertise

Partners: Search Engine Optimisation .::. Dedicated Server Hosting .::. Webmaster Talk .::. CPA Affiliates .::. Dedicated Server Hosting

Site Sponsored by a Hivelocity Dedicated Server.
SEO Consult, International SEO Experts
Dedicated Server Hosting
All times are GMT -7. The time now is 12:52 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.