Annotation of embedaddon/curl/tests/data/test143, revision 1.1

1.1     ! misho       1: <testcase>
        !             2: <info>
        !             3: <keywords>
        !             4: FTP
        !             5: RETR
        !             6: type=
        !             7: </keywords>
        !             8: </info>
        !             9: # Server-side
        !            10: <reply>
        !            11: <data>
        !            12: bla bla bla
        !            13: </data>
        !            14: </reply>
        !            15: 
        !            16: # Client-side
        !            17: <client>
        !            18: <server>
        !            19: ftp
        !            20: </server>
        !            21:  <name>
        !            22: FTP URL with type=a
        !            23:  </name>
        !            24:  <command>
        !            25: "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/143;type=a"
        !            26: </command>
        !            27: </client>
        !            28: 
        !            29: # Verify data after the test has been "shot"
        !            30: <verify>
        !            31: <protocol>
        !            32: USER anonymous
        !            33: PASS ftp@example.com
        !            34: PWD
        !            35: CWD /
        !            36: CWD tmp
        !            37: CWD moo
        !            38: EPSV
        !            39: TYPE A
        !            40: SIZE 143
        !            41: RETR 143
        !            42: QUIT
        !            43: </protocol>
        !            44: </verify>
        !            45: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>