$ ftp ftp.jaring.my
Connected to ftp2.jaring.my.
220 ftp2.jaring.my FTP server (Version wu-2.4(1) Fri Jan 17 12:05:30 MST 1997) .
Name (ftp.jaring.my:nsr): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 12
drwxr-xr-x 2 root wheel 512 Apr 29 1997 bin
drwxr-xr-x 2 root wheel 512 Apr 29 1997 etc
drwx--x--x 2 root wheel 512 Apr 29 1997 hidden
drwxr-xr-x 2 noc noc 512 Oct 13 1997 lost+found
drwxr-xr-x 22 noc noc 512 Nov 21 12:02 pub
drwxr-xr-x 2 root wheel 512 Apr 29 1997 shlib
226 Transfer complete.
322 bytes received in 0.042 seconds (7.4 Kbytes/s)
ftp> cd /pub/share
ftp> get cc32e45.exe
200 PORT command successful.
150 Opening ASCII mode data connection for ws_ftp.txt.Z (14961296 bytes).
226 Transfer complete.
local: cc32e45.exe remote: cc32e45.exe
14961296 bytes received in 2576.28 seconds (14 Kbytes/s)
ftp> bye
221 Goodbye.
$
|