netwerk/streamconv/converters/parse-ftp/U-WinNT.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.)

     1 ftp> open ftp.microsoft.com
     2 220 Microsoft FTP Service
     3 Name (ftp.microsoft.com:cyp): 
     4 331 Anonymous access allowed, send identity (e-mail name) as password.
     5 230-This is FTP.Microsoft.Com
     6 230 Anonymous user logged in.
     7 Remote system type is Windows_NT.
     8 ftp> quote dirstyle
     9 200 MSDOS-like directory output is on
    10 ftp> quote dirstyle
    11 200 MSDOS-like directory output is off
    12 ftp> ls
    13 200 PORT command successful.
    14 150 Opening ASCII mode data connection for /bin/ls.
    15 dr-xr-xr-x   1 owner    group               0 Feb 25  2000 channel
    16 dr-xr-xr-x   1 owner    group               0 Feb 25  2000 Education
    17 dr-xr-xr-x   1 owner    group               0 Feb 25  2000 enterprise
    18 dr-xr-xr-x   1 owner    group               0 Jun 20  2001 ISN
    19 dr-xr-xr-x   1 owner    group               0 May 31  2001 Museum
    20 dr-xr-xr-x   1 owner    group               0 Feb 14  2001 TechNet
    21 dr-xr-xr-x   1 owner    group               0 Oct 24  2001 whql
    22 dr-xr-xr-x   1 owner    group               0 Feb  5  2001 20Year
    23 dr-xr-xr-x   1 owner    group               0 Sep 26  2000 AccessFoxPro
    24 dr-xr-xr-x   1 owner    group               0 Dec 21  2000 AlbGrp
    25 dr-xr-xr-x   1 owner    group               0 May 31  2001 Alexandra
    26 dr-xr-xr-x   1 owner    group               0 Jan 19  2001 anna
    27 dr-xr-xr-x   1 owner    group               0 Apr  6  2000 anz
    28 dr-xr-xr-x   1 owner    group               0 May 10  2000 Chase Bobko2
    29 dr-xr-xr-x   1 owner    group               0 Mar 29  2000 cnn
    30 dr-xr-xr-x   1 owner    group               0 Nov 21  2000 Darin
    31 dr-xr-xr-x   1 owner    group               0 Mar  9  2000 digitalchicago
    32 dr-xr-xr-x   1 owner    group               0 Sep  6  2000 Dublin
    33 dr-xr-xr-x   1 owner    group               0 Jan 30  2001 eleanorf
    34 dr-xr-xr-x   1 owner    group               0 Apr 26  2001 girvin
    35 dr-xr-xr-x   1 owner    group               0 Apr 26  2000 Hires
    36 dr-xr-xr-x   1 owner    group               0 Aug 15  2000 HR
    37 -r-xr-xr-x   1 owner    group         4368384 Oct 24  1999 IMG00022.PCD
    38 dr-xr-xr-x   1 owner    group               0 May 18  2001 jacubowsky
    39 dr-xr-xr-x   1 owner    group               0 Oct 12  2000 JFalvey
    40 dr-xr-xr-x   1 owner    group               0 Mar 28  2001 johnci
    41 dr-xr-xr-x   1 owner    group               0 Jul 14  2000 Karin
    42 dr-xr-xr-x   1 owner    group               0 Sep  7  2000 Kjung
    43 dr-xr-xr-x   1 owner    group               0 Sep 28  2000 LarryE
    44 dr-xr-xr-x   1 owner    group               0 Aug 17  2000 Larson
    45 dr-xr-xr-x   1 owner    group               0 Sep 12  2000 marion
    46 dr-xr-xr-x   1 owner    group               0 Aug  9  2000 ms25
    47 dr-xr-xr-x   1 owner    group               0 Nov 16  2000 MS25Brochure
    48 dr-xr-xr-x   1 owner    group               0 Mar 29  2000 MShistory
    49 dr-xr-xr-x   1 owner    group               0 Sep  5  2000 Neils
    50 dr-xr-xr-x   1 owner    group               0 Aug  2  2000 NLM
    51 dr-xr-xr-x   1 owner    group               0 Sep  6  2000 PageOne
    52 dr-xr-xr-x   1 owner    group               0 Jun 27  2000 pccomputing
    53 dr-xr-xr-x   1 owner    group               0 May  9  2001 pictures
    54 dr-xr-xr-x   1 owner    group               0 Jul 21  2000 pranks
    55 dr-xr-xr-x   1 owner    group               0 Aug 22  2000 Sean
    56 dr-xr-xr-x   1 owner    group               0 Aug 10  2000 SLeong
    57 dr-xr-xr-x   1 owner    group               0 Sep  7  2000 svr
    58 dr-xr-xr-x   1 owner    group               0 Jul 21  2000 Transcontinental
    59 dr-xr-xr-x   1 owner    group               0 Oct 23  2000 veronist
    60 dr-xr-xr-x   1 owner    group               0 Jun 15  2000 zoe
    61 -r-xr-xr-x   1 owner    group         2094926 Jul 14  2000 canprankdesk.tif
    62 -r-xr-xr-x   1 owner    group           95077 Jul 21  2000 Jon Kauffman Enjoys the Good Life.jpg
    63 -r-xr-xr-x   1 owner    group           52275 Jul 21  2000 Name Plate.jpg
    64 -r-xr-xr-x   1 owner    group         2250540 Jul 14  2000 Valentineoffprank-HiRes.jpg
    65 226 Transfer complete.
    66 ftp> close
    67 221  Thank-You For Using Microsoft Products!
    68 ftp> 

mercurial