anonymous FTP
n.
(Internet) widely-used protocol that allows users to access files from an Internet FTP site without requiring user identification
File Transfer Protocol
FTP or File Transfer Protocol is used to transfer data from one computer to another over the Internet, or through a network. Specifically, FTP is a commonly used protocol for exchanging files over any network that supports the
TCP/IP protocol (such as the
Internet or an
intranet). There are two
computers involved in an FTP transfer: a
server and a
client. The FTP server, running
FTP server software, listens on the network for connection requests from other computers. The client computer, running
FTP client software, initiates a connection to the server. Once connected, the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on. Any
software company or individual programmer is able to create FTP server or client software because the protocol is an open standard. Virtually every computer platform supports the FTP protocol. This allows any computer connected to a TCP/IP based network to manipulate files on another computer on that network regardless of which
operating systems are involved (if the computers permit FTP access). There are many existing FTP client and server programs. FTP servers can be set up anywhere between game servers, voice servers, internet hosts, and other physical servers.
See more at Wikipedia.org...
anonymous ftp
Noun
1. a common way to make software available; users are allowed to log in as `guest' without a password and copy whatever has been made available
(synonym) anonymous file transfer protocol
(hypernym) file transfer protocol, FTP
Anonymous FTP
anonymous FTP, regular way of transferring files from an FTP site on the Internet
anonymous FTP
<
networking> An interactive service provided by many
Internet hosts allowing any user to transfer documents, files, programs, and other archived data using
File Transfer Protocol. The user logs in using the special
user name "ftp" or "anonymous" and his
e-mail address as
password. He then has access to a special directory hierarchy containing the publically accessible files, typically in a subdirectory called "pub". This is usually a separate area from files used by local users.
A reference like
ftp: euagate.eua.ericsson.se /pub/eua/erlang/info
means that files are available by anonymous FTP from the host called euagate.eua.ericsson.se in the directory (or file) /pub/eua/erlang/info. Sometimes the
hostname will be followed by an
Internet address in parentheses. The directory will usually be given as a path relative to the anonymous FTP login directory. A reference to a file available by FTP may also be in the form of a
URL starting "ftp:".
See also
Archie,
archive site,
EFS,
FTP by mail,
World-Wide Web.
(1995-11-26)
(c) Copyright 1993 by Denis Howe