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