netwerk/streamconv/converters/parse-ftp/C-zVM.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 vm.marist.edu
michael@0 2 220-Welcome to FTP.Marist.edu
michael@0 3 220-
michael@0 4 220-All usage logged. Usage restricted.
michael@0 5 220-FTPSERVE IBM VM Level 420 at VM.MARIST.EDU, 05:06:00 EDT WEDNESDAY 2002-07-10
michael@0 6 220 Connection will close if idle for more than 5 minutes.
michael@0 7 Name (vm.marist.edu:cyp):
michael@0 8 230-
michael@0 9 230-
michael@0 10 230-Listserv logs for certain lists are available via CD ACADEM:listname.
michael@0 11 230-
michael@0 12 230-Lists that they are available for are:
michael@0 13 230-
michael@0 14 230-ADSM-L ftp://vm.marist.edu/academ:adsm-l./
michael@0 15 230-CLINTON ftp://vm.marist.edu/academ:clinton./
michael@0 16 230-CMSPIP-L ftp://vm.marist.edu/academ:cmspip-l./
michael@0 17 230-CONCORD ftp://vm.marist.edu/academ:concord./
michael@0 18 230-REPUB-L ftp://vm.marist.edu/academ:repub-l./
michael@0 19 230-SAS-L ftp://vm.marist.edu/academ:sas-l./
michael@0 20 230-VM-UTIL ftp://vm.marist.edu/academ:vm-util./
michael@0 21 230-LINUX-VM ftp://vm.marist.edu/academ:linux-vm./
michael@0 22 230-
michael@0 23 230-For example: (Note the trailing .)
michael@0 24 230-
michael@0 25 230-CD ACADEM:ADSM-L.
michael@0 26 230-
michael@0 27 230-Due to limitations of Netscape, you may need to append ";type=a"
michael@0 28 230-to the end of a URL when obtaining a file.
michael@0 29 230-
michael@0 30 230-CMS Pipelines RLD available as
michael@0 31 230-
michael@0 32 230- ftp://vm.marist.edu/academ:pipeline/eweb./
michael@0 33 230-
michael@0 34 230 ANONYMOU logged in; working directory = ACADEM:ANONYMOU.
michael@0 35 Remote system type is z/VM.
michael@0 36 ftp> ls
michael@0 37 200 Port request OK.
michael@0 38 125 List started OK
michael@0 39 README ANONYMOU V 71 26 1 1997-04-02 12:33:20 TCP291
michael@0 40 README ANONYOLD V 71 15 1 1995-08-25 16:04:27 TCP291
michael@0 41 AUTHORS DIR - - - 1999-09-20 10:31:11 -
michael@0 42 HARRINGTON DIR - - - 1997-02-12 15:33:28 -
michael@0 43 PICS DIR - - - 2000-10-12 15:43:23 -
michael@0 44 SYSFILE DIR - - - 2000-07-20 17:48:01 -
michael@0 45 WELCNVT EXEC V 72 9 1 1999-09-20 17:16:18 -
michael@0 46 WELCOME EREADME F 80 21 1 1999-12-27 16:19:00 -
michael@0 47 WELCOME README V 82 21 1 1999-12-27 16:19:04 -
michael@0 48 PROJECT PDF V 984 10 3 1997-06-15 11:15:02 -
michael@0 49 CAMPUS TIF V 8192 3172 3606 2000-10-06 17:20:37 -
michael@0 50 ROTUNDA TIF V 8192 5745 8750 2000-10-06 17:28:25 -
michael@0 51 STUDENT TIF V 8192 5017 8557 2000-10-06 17:31:26 -
michael@0 52 CHILDREN TXT V 280 310 20 1993-08-06 14:20:00 -
michael@0 53 SYSFILE VMARC F 80 2001 40 2000-07-20 17:47:35 -
michael@0 54 250 List completed successfully.
michael@0 55 ftp> syst
michael@0 56 215-z/VM Version 4 Release 2.0, service level 0101 (32-bit)
michael@0 57 VM/CMS Level 18, Service Level 101
michael@0 58 215 VM is the operating system of this server.
michael@0 59 ftp> close
michael@0 60 221 Quit command received. Goodbye.
michael@0 61 ftp>

mercurial