The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
FTP (File Transfer Protocol)1. An Internet standard for the exchange of files. FTP (uppercase letters) is a specific set of rules that comprise a file transfer protocol. To use FTP, you start an FTP client, an application program that enables youy to contact another computer on the Internet and exchange files with it. To gain access to the toher computer, you normally must supplu a login name and password, after which you are given access to the computer's file directory system, and you can send (upload) and receive (download) files. An exceptin is anonymous FTP, which makes a file arvhive publicly accessible to any Internet use who possesses an FTP clietnl in response to the authentication prompts, you enter anonmous rather than a login name, and as a courtesy supply your electronic mail address as a password. Many web browsers can function as FTP clients to download files from anonymous FTP file archives. From QUECID 2. is a client/server protocol that allows a user to transfer files to and from a remote network site. It works with TCP and is most commonly used on the Internet, although it can also be used on a LAN. An FTP site is a computer that is running FTP server software (also known an FTP daemon, or ftpd). A public ftp site can usually be accessed by anybody by logging in as anonymous or ftp. There are many excellent public ftp sites that make repositories of free Unix software available. By learning how to use FTP, you give yourself access to an indespensible resource. Private FTP sites require a user name or password. If you have a shell account with your ISP, you may be able to access your files via FTP (contact your system administrator to check on this). An FTP client is the userland application that provides access to FTP servers. There are many FTP clients available. Some are graphical, and some are text-based. FTP was first developed by the University of California, Berkeley for inclusion in 4.2BSD (Berkeley Unix). The RFC (Request for Comments) is available at ftp://nic.merit.edu/documents/rfc/rfc0959.txt. From FTP mini-HOWTO |
|
|