Sample FTP Interaction

advertisement
SAMPLE FTP INTERACTION
C:\>ftp ftp.auckland.ac.nz
Connected to ftp.auckland.ac.nz.
220 Welcome to UOA FTP service.
User (ftp.auckland.ac.nz:(none)): anonymous
331 Please specify the password.
Password: myemail@server.com
230 Login successful.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
debian
ironport
linux
lost+found
pub
226 Directory send OK.
ftp: 42 bytes received in 0.02Seconds 2.63Kbytes/sec.
ftp> cd pub
250-#############################################################################
250-#
250-# Please note that changes to the University of Auckland FTP server are under
250-# way. We are hoping to create a directory structure that is a bit cleaner and
250-# easier to navigate. If you have any questions or concerns please feel free
250-# to email me, Bojan Zdrnja <b.zdrnja@auckland.ac.nz>.
250-###########################################################################
250 Directory successfully changed.
SAMPLE FTP INTERACTION
ftp> dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
lrwxrwxrwx 1 0
drwxr-xr-x 3 0
2
0
lrwxrwxrwx 1 0
drw------- 4 0
4 Mar 05 2010 Boot -> boot
4096 Apr 22 2010 CAPS
0
2
9 Mar 05 2010 CPAN -> perl/CPAN
4096 Apr 04 1997 Documentation
lrwxrwxrwx 1 0
0
12 Mar 05 2010 Netaccount -> ./netaccou
nt
drw------- 2 0
2
4096 Mar 20 2003 boot
lrwxrwxrwx 1 0
0
21 Mar 05 2010 debian -> ../linux/dists
/debian
drwxr-xr-x 4 28330 50
4096 Oct 23 2002 docs
drw------- 5 28330 50
4096 May 15 2002 ethics
drwxr-xr-x 346 0
0
16384 Mar 19 14:14 gnu
drwxr-xr-x 2 503
0
4096 Sep 08 2010 iso
lrwxrwxrwx 1 0
0
8 Mar 05 2010 linux -> ../linux
drwxrwxr-x 10 16179 995
4096 Jun 25 2009 netaccount
drw------- 2 28330 50
4096 May 17 2002 news
lrwxrwxrwx 1 0
13 Mar 05 2010 os -> ./software/os
0
drw------- 5 15045 2
drwxr-xr-x 3 0
drw------- 2 0
drwxrwxr-x 5 0
2
4096 Mar 13 2002 pegasus
4096 Apr 04 1997 perl
2
4096 Dec 16 1999 pickup
0
drwxr-xr-x 7 0
0
drwxr-xr-x 13 0
0
lrwxrwxrwx 1 0
0
4096 Apr 06 2005 putty
131072 Mar 21 2004 rfc
4096 Mar 09 2010 software
22 Mar 05 2010 streamworks -> ./softwar
SAMPLE FTP INTERACTION
e/streamworks
drwxr-xr-x 3 0
0
4096 Aug 29 2006 sunfreeware
drwxr-xr-x 2 0
0
4096 Sep 16 2010 tmp
226 Directory send OK.
ftp: 1649 bytes received in 0.05Seconds 35.09Kbytes/sec.
ftp> cd rfc
250 Directory successfully changed.
ftp> get rfc959.txt
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for rfc959.txt (147316 bytes).
226 File send OK.
ftp: 147316 bytes received in 2.67Seconds 55.13Kbytes/sec.
ftp> quit
221 Goodbye.
Download