Computer Networking Lecture Notes

4 February 2013 • Application-Layer Services


Outline

An FTP Session

$ ftp
ftp> open ftp1.freebsd.org
Connected to moss.cse.buffalo.edu.
220 moss.cse.buffalo.edu FTP server (Version wu-2.6.2(1) Mon Aug 2 14:04:46 EDT 2010) ready.
Name (ftp1.freebsd.org:rclayton): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd pub/FreeBSD
250-If you’re looking for one of the FreeBSD releases, please look in the
250-releases/${ARCH}/${RELNAME} directory, where ARCH = "alpha", "amd64",
250-"i386", "ia64", "pc98", or "sparc64" and RELNAME = the release
250-you’re interested in, e.g. "7.1-RELEASE" or "8.0-RELEASE".
250-
250-Please read the file README.TXT
250-  it was last modified on Fri Jun 18 21:54:21 2004 - 3007 days ago
250 CWD command successful.
ftp> get README.TXT
local: README.TXT remote: README.TXT
200 PORT command successful.
150 Opening BINARY mode data connection for README.TXT (6430 bytes).
226 Transfer complete.
6430 bytes received in 0.02 secs (311.2 kB/s)
ftp> close
221-You have transferred 6430 bytes in 1 files.
221-Total traffic for this session was 7389 bytes in 1 transfers.
221-Thank you for using the FTP service on moss.cse.buffalo.edu.
221 Goodbye.
ftp> quit

$ 

FTP Operation

FTP Requirements

Services to Application Protocols

Streaming Services

Connection-Oriented Service

Reliable Service

Other Services

Non-Services

Message Services

Message Non-Services

Summary


This page last modified on 2012 September 13.

Creative
    Commons License