123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <testcase>
- <info>
- <keywords>
- FTP
- PASV
- RETR
- FAILURE
- </keywords>
- </info>
- # Server-side
- <reply>
- <servercmd>
- REPLY RETR 314 bluah you f00l!
- REPLY EPSV 314 bluah you f00l!
- </servercmd>
- </reply>
- # Client-side
- <client>
- <server>
- ftp
- </server>
- <name>
- FTP download, failed RETR
- </name>
- <command>
- ftp://%HOSTIP:%FTPPORT/118
- </command>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 19
- </errorcode>
- <protocol>
- USER anonymous
- PASS ftp@example.com
- PWD
- EPSV
- PASV
- TYPE I
- SIZE 118
- RETR 118
- QUIT
- </protocol>
- </verify>
- </testcase>
|