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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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