Beginner's Guide to FTP(File Transfer Protocol)
We have already talked about http://www.(hypertext transfer protocol). This was the protocol for looking at HTML documents or web pages. Now we will talk about ftp://(file transfer protocol). This is the protocol for transferring files across the Internet. Before we get into FTP there are a few things that you should understand about files on the Internet. There are many file types that are commonly used on the Internet. A file type is recognized by the extension or letters that follow the period in the filename. Some of these are listed below. filename.jpg -picture file The two of greatest interest to FTP will be the .exe or the .zip file. Files on the Internet are often compressed so that they are smaller and may be downloaded quicker. Then they must be decompressed when they reach your machine. .exe files are usually self extracting zip files that will decompress automatically when you run the program. .zip files on the other hand require some type of software like Winzip or PKunzip to be decompressed. If you plan on downloading files from the Internet one of these programs is a must. You can find links to these types of programs under the Software section of our Hotlinks page. Many times an ftp call is handled from a link on a page. You click on the link
an it invokes a URL like this You should be very careful when downloading files. If you are downloading a program you should place this file in a seperate directory. It is always a good idea to run a virus checker on it. If it is a zip file you will need to unzip it and then look for a file called setup.exe. Run this file in order to install the new program. Everything should be kept seperate so that you may delete the program later if you like. You can find additional information on zip files and downloading from the Frequently Asked Questions under Technical Support on our home page.
Previous Page |