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

1.1     ! misho       1: <testcase>
        !             2: <info>
        !             3: <keywords>
        !             4: FTP
        !             5: -z
        !             6: --data-binary
        !             7: </keywords>
        !             8: </info>
        !             9: # Server-side
        !            10: <reply>
        !            11: <data>
        !            12: </data>
        !            13: <mdtm>
        !            14: 213 20030409102659
        !            15: </mdtm>
        !            16: </reply>
        !            17: 
        !            18: # Client-side
        !            19: <client>
        !            20: <server>
        !            21: ftp
        !            22: </server>
        !            23:  <name>
        !            24: FTP download file with -z, expected to not transfer
        !            25:  </name>
        !            26:  <command>
        !            27: ftp://%HOSTIP:%FTPPORT/blalbla/140 -z "1 jan 2004"
        !            28: </command>
        !            29: </client>
        !            30: 
        !            31: # Verify data after the test has been "shot"
        !            32: <verify>
        !            33: <protocol>
        !            34: USER anonymous
        !            35: PASS ftp@example.com
        !            36: PWD
        !            37: CWD blalbla
        !            38: MDTM 140
        !            39: QUIT
        !            40: </protocol>
        !            41: </verify>
        !            42: </testcase>

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