GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to unzip a file on my FTP? (https://gfy.com/showthread.php?t=348788)

AkiraSS 08-30-2004 09:35 AM

How to unzip a file on my FTP?
 
Networking isn't one of my strong points... so I have to ask for help.

Let's say I like to zip my site, send the zip with a FTP client to my host, and unzip it there? Does anyone know a step by step procedure?

Don't tell me SSH, I don't know what that is, I need step by step procedure :)

Thanks
B

nastyking 08-30-2004 09:39 AM

you normally can't do this via FTP (unless your FTP daemon supports it)

learn how SSH/Telnet works

then run: unzip FILE.zip

:glugglug

Doctor Dre 08-30-2004 03:01 PM

You can do it with remote access or SSH

Bezruk 08-30-2004 03:41 PM

If you have web server with php enabled.

try run this script

<?php
system ("unzip your_archive.zip");
?>

You must place archive in one folder with this script
Your php may have disabled system command, so try ssh in this case

Paul Waters 08-30-2004 04:15 PM

Just a though....

if most of what you upload is jpeg's and video, zipping is not a really good idea...


All times are GMT -7. The time now is 07:48 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123