|
1 ftp> open ftp.netmanage.com |
|
2 Connected to ftp.netmanage.com. |
|
3 220 ProFTPD 1.2.4 Server (Netmanage FTP Server) [156.27.8.3] |
|
4 Name (ftp.netmanage.com:cyp): |
|
5 331 Anonymous login ok, send your complete email address as your password. |
|
6 230 Anonymous access granted, restrictions apply. |
|
7 Remote system type is UNIX. |
|
8 Using binary mode to transfer files. |
|
9 ftp> ls |
|
10 200 PORT command successful. |
|
11 150 Opening ASCII mode data connection for file list. |
|
12 drwxr-xr-x 13 ftp ftp 344 Oct 17 2001 pub |
|
13 drwxrwxr-x 7 ftp support 304 May 14 16:56 support |
|
14 -rw-r--r-- 1 ftp ftp 508 Aug 19 1998 welcome.msg |
|
15 226-Transfer complete. |
|
16 226 Quotas off |
|
17 ftp> syst |
|
18 215 UNIX Type: L8 |
|
19 ftp> close |
|
20 221 Goodbye. |
|
21 ftp> |