Annotation of embedaddon/curl/tests/data/test182, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: FTP
! 5: </keywords>
! 6: </info>
! 7:
! 8: # Server-side
! 9: <reply>
! 10: <data sendzero="yes">
! 11: </data>
! 12: <size>
! 13: 0
! 14: </size>
! 15: </reply>
! 16:
! 17: # Client-side
! 18: <client>
! 19: <server>
! 20: ftp
! 21: </server>
! 22: <name>
! 23: FTP download an empty file
! 24: </name>
! 25: <command>
! 26: ftp://%HOSTIP:%FTPPORT/182
! 27: </command>
! 28: </client>
! 29:
! 30: # Verify data after the test has been "shot"
! 31: <verify>
! 32: <protocol>
! 33: USER anonymous
! 34: PASS ftp@example.com
! 35: PWD
! 36: EPSV
! 37: TYPE I
! 38: SIZE 182
! 39: RETR 182
! 40: QUIT
! 41: </protocol>
! 42: </verify>
! 43: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>