LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to use the linux zip prog (https://www.linuxquestions.org/questions/linux-software-2/how-to-use-the-linux-zip-prog-105310/)

linksocc 10-17-2003 05:44 PM

How to use the linux zip prog
 
I'm making a web site and I can't use FTP in that "Free Server". The faster way to upload files is to making a Zip with all the contents inside and upload it and the server will decompress it on the server. I've read the zip man page but I don't understand how to make an entire directory a zip file. Can anybody help me?:scratch:

jharris 10-17-2003 06:15 PM

Code:

zip someFileName.zip someDirectory/*
Should work just fine.

HTH

Jamie...


All times are GMT -5. The time now is 07:09 PM.