File Transfer Protocol [FTP]

Ø FTP is an Internet (or more properly a TCP/IP) communications protocol to allow you to upload and download files from a machine connected to your local machine via the Internet. FTP is composed of two parts; an FTP client and an FTP server. The FTP client is the software you execute on your local machine to send or receive files. The FTP server is software which executes on a server machine on which the files are to be saved or retrieved. Most (if not all) machines which provide Web serving capability also serve as FTP servers to allow you to upload your web pages. Web pages are usually composed of HTML source files and images (either JPEG or GIF format).
Ø You should run FTP client software to connect to a FTP server on the Net.
Ø You must use an account to login.
Ø Username / password
Ø Anonymous / email address
Ø HTTP can be used for downloading file on the Web, but not as efficient as FTP.
Ø There are two modes of transfer in FTP:
Ø ascii
Ø binary.

Ø ASCII is used only for files saved in ASCII format (this includes Postcript files) Binary is used for files that are formatted and saved using a wordprocessing software like WordPerfect (.txt), spreadsheets (.xls), images (.jpg, .gif), and many executable programs (.exe) and videos (.avi).

0 comments