JavaScript by A. Sadat

File Transfer Protocol

The file transfer protocol (FTP) allows a user on any computer to get files from another computer, or to send files to another computer. Security is handled by requiring the user to specify a user name and password for the other computer. Provisions are made for handling file transfer between machines with different character set, end of line conventions, etc. (See RFC 959 for specifications for FTP). The FTP Protocol defines methods for transferring files from one computer to another over a network. Computer that stores files using this protocol is called an FTP server or FTP site. Anonymous FTP is used by General Public to access files on a FTP server. Anonymous is entered as username and then a password which is usually an e-mail address. Examples of popular FTP Programs are WS_FTP for the Windows Operating System, the shell based Command-Line FTP program for UNIX & Windows. Web Browsers can be utilized to FTP files. First Type in URL (Uniform Resource Locator) and then the contents of FTP server are displayed in the browser like a table of contents with each file represented by icon and text name. The user clicks on a file to download


More Information

FTP RFC

Exercises

  1. The _____________ allows a user on any computer to get files from another computer.
  2. ________ FTP is Used by General Public to access files on a FTP server
  3. ________ is a popular windows based FTP Program
  4. ________ is the FTP command that connects to a FTP server
  5. ________ is the FTP command that retrieves file from server(download)
  6. ________ is the FTP command that ends an ftp program
  7. ________ is the FTP command that states the file transferred will be in binary mode
  8. ________ is the FTP command that states the file transferred will be in text mode