Saturday, January 09, 2010
Zippity Do Da: A Primer
This post was inspired recently by watching clients use tools and processes we ourselves take very much for granted: extracting Zipped archives and accessing an FTP server. We do these things every day, but it’s only when we observed others did we realize that not everyone understands what these basic (and venerable) technologies are about, let alone manipulate them successfully. So, we decided a simple primer was in order.
ZIP FILES
Fundamentals
Zip files are files or folders compressed into a single “zipped” folder. To access the files in the folder, one must “un-zip” the folder using special software. Whether the software is built-in or downloaded, the compressed file must first be saved on your computer (preferably on the desktop for easy access) before it can be un-zipped.
Tools
Built-in
Most computers come with compression software built-in.
- Save the .zip file to your desktop
- Right-click on the zip file
- Click on Extract All
- In the Extraction Wizard, click Next and then Next again to start un-zipping the file
- Click Finish
Apple’s Mac OS X has built-in zipping capability that is even easier to use.
WinZip
If you don’t have that built-in capacity, you can download the most popular compression software, WinZip (www.winzip.com), which has both free and paid versions.
- Right click on the zip file
- Click on WinZip and then on Extract to Folder
FTP
Fundamentals
FTP or File Transfer Protocol is the universal way to manage and transfer files from anywhere using the internet. One can do so via their internet browser or via free (and many paid), downloadable software. We’ll discuss a few of the popular options below in Tools.
Whichever tool you use to access the FTP server, you will need the following bits of information:
- Host/server – It will either be a name, i.e. ftp://domain.com or an IP (i.e. 11.22.33.44).
- Username/login – user or user@ domain.com
- Password
Tools
Transmit (for Mac)
Transmit ($29.95, free trial) is an FTP application for Mac users. You can download it from www.panic.com. Once installed, follow these simple instructions to get it set up:
- Click on the Favorites button
- Click on the plus (+) sign under the Collections column to create a new favorites folder.
- Click on the plus (+) sign under the Name column to create a new favorite under the folder you just set up.
- Enter the settings for your FTP account.
- Click the OK button to save your connection settings.
SmartFTP (for PC)
SmartFTP is a free FTP client that can be downloaded from www.smartftp.com. Once installed, do the following to setup and access the FTP server:
- Click File and then New Remote Browser
- In the New Remote Browser pop-up window, enter the FTP server settings.
- Click the OK button.
Browser-based FTP
- In the address bar of a browser (such as Firefox), type in the FTP server address. (Note: It will look similar to ftp://username@domain.com or ftp://ftp.domainname.com)
- Enter the username and password in the resulting pop-up window.
Alternatives to sharing large files
To share large files for a certain amount of time, try:
www.box.net
www.senduit.com
www.streamfile.com
Find more alternatives here.