netwerk/streamconv/converters/parse-ftp/U-proftpd.in

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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>

mercurial