1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netwerk/streamconv/converters/parse-ftp/U-proftpd.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +ftp> open ftp.netmanage.com 1.5 +Connected to ftp.netmanage.com. 1.6 +220 ProFTPD 1.2.4 Server (Netmanage FTP Server) [156.27.8.3] 1.7 +Name (ftp.netmanage.com:cyp): 1.8 +331 Anonymous login ok, send your complete email address as your password. 1.9 +230 Anonymous access granted, restrictions apply. 1.10 +Remote system type is UNIX. 1.11 +Using binary mode to transfer files. 1.12 +ftp> ls 1.13 +200 PORT command successful. 1.14 +150 Opening ASCII mode data connection for file list. 1.15 +drwxr-xr-x 13 ftp ftp 344 Oct 17 2001 pub 1.16 +drwxrwxr-x 7 ftp support 304 May 14 16:56 support 1.17 +-rw-r--r-- 1 ftp ftp 508 Aug 19 1998 welcome.msg 1.18 +226-Transfer complete. 1.19 +226 Quotas off 1.20 +ftp> syst 1.21 +215 UNIX Type: L8 1.22 +ftp> close 1.23 +221 Goodbye. 1.24 +ftp> 1.25 \ No newline at end of file