The topics covered are the following:
Similar to other Internet applications, ftp uses the client-server approach--a user invokes an ftp program on the computer, instructs it to contact a remote computer, and then requests the transfer of one or more files. The local ftp program becomes a client that uses TCP to contact an ftp server program on the remote computer. Each time the user requests a file transfer, the client and the server programs cooperate to send a copy of the data across the Internet.
Ftp servers which allow "anonymous ftp" permit any user, not only users with accounts on the host, to browse the "ftp" archives and download files. Some ftp servers are configured to allow users to upload files.
Ftp is commonly used to retrieve information and obtain software stored in files at ftp archive sites throughout the world.
Use care when downloading files. Text files should be downloaded as "ASCII"; binary files (images, executables, non-text data files) should be downloaded as "BINARY".
To use ftp on your PC you can download a free version of the software from http://www.ipswitch.com.
Telnet is usually available on every PCs with Windows operating system installed. Free versions of the software are also available.