|
|||||||||
|
File Transfer ProtocolFile Transfer Protocol (FTP) is one of the oldest mechanisms on the Internet for retrieving files from remote machines. Files and directory listings can be specified in URLs using the ftp scheme:
ftp://[username[:password]@]host/path/file By default the username is anonymous, the username for anonymous file transfer. Explicitly specifying a different username is not recommended if a password is required for that account as it will have to be encoded in the URL, which may be stored in plain text in documents. An example of an FTP URL is:
ftp://ftp.w3.org/pub/
Spinning the Web by Andrew Ford |
||||||
Copyright © 1996-2002 Ford & Mason Ltd |