SLIDE 1
3.3 FTP
- File Transfer Protocol (FTP) is first published in 1971 (RFC
114) that were implemented on hosts at MIT.
- In 1985, a standard FTP is published as RFC 959. Several
extensions are published since then including anonymous FTP, secure FTP, FTP for IPv6 or NAT etc.
- FTP is used for a local host transfers files from or to a remote
host which runs an FTP server and the user has an account on it.
- The user initializes the communication and provides a user
identification and a password. After proving this authorization information, the user can transfer files between the local host and the remote host.
Computer Networks
- R. Wei