Stop Microsoft
Miscellaneous => Applications => Topic started by: Pissed_Macman on 21 August 2003, 05:34
-
What Mac program should I use to transfer a file to zip format?
-
The infozip project has source code for unix systems.
-
I've tried it. The download doesn't start.
-
gzip in OS X does it. every unzipper utility in the world opens gzip files
usage:
gzip FILENAME
-
Maybe he wants it to open on a crippled machine which has no basic unzipper by defauly and can only open crappy .zip files? (If so maybe get your friends a copy of winrar for christmas man, that does gzip fine...)
-
I'm trying to upload something to sites that will only take it in zip format. I downloaded gzip i think. It gave me a folder full of different files but no program. How am I supposed to get the program (sorry, I'm used to programs that download, uncompress, and are ready to use automatically). Did I even download the right thing?
-
Did you try the infozip ftp site directly? I just downloaded the source myself to check.
ftp://ftp.uu.net/pub/archiving/zip/src/ (http://ftp://ftp.uu.net/pub/archiving/zip/src/)
Unix source and maczip program are in there.
-
Okay, I downloaded Maczip but once again I have a folder full of weird-ass files and stuff. How do I start installing it??
-
quote:
Originally posted by Macman:
Okay, I downloaded Maczip but once again I have a folder full of weird-ass files and stuff. How do I start installing it??
I haven't used maczip, just the unix/linux, windows and dos versions. All of those just required you to put them in a folder and run them. No install needed.
[ August 24, 2003: Message edited by: M. O'Brien ]
-
Ugg, but what exactly do I open to run these files? Compressing something to a zip can't be this complicated! :mad:
-
If you compile the unix version its pretty easy from what I remember... like ./configure make etc.
It's a command line program.
Put the zip and unzip files into a directory in your path.
In command line, type "zip" by itself and it will give you a mini-man page
Zipping files is easy from the command line
zip foo.zip *
will zip everything in the current dirctory, making a file called foo.zip
[ August 25, 2003: Message edited by: M. O'Brien ]
-
Shouldn't there be some really easy GUI tool for this?
-
quote:
Originally posted by Faust:
Shouldn't there be some really easy GUI tool for this?
There probably is a gui in the maczip program, but since I havn't used it I cannot offer advice on it.
And the command line I posted isn't hard by any stretch.
-
also, have no fear. Panther will make .zip files for you when it comes out. It can archive folders to .zip directly from the Finder
-
That's good to know. But for now I give up on this whole thing.
-
If you ever need a free program for Mac OS X (I'm assuming that's what you are using), the first place to look is always the Mac OS X > Downloads section on Apple's website.
For example:
http://www.apple.com/downloads/macosx/system_disk_utilities/cocoazip.html (http://www.apple.com/downloads/macosx/system_disk_utilities/cocoazip.html)
[ August 30, 2003: Message edited by: maghor ]
-
Hey, that's exactly what I was looking for!