| <?xml version="1.0" encoding="US-ASCII"?> | |
| <testcase> | |
| <info> | |
| <keywords> | |
| FTP | |
| FAILURE | |
| </keywords> | |
| </info> | |
| # Server-side | |
| <reply> | |
| <servercmd> | |
| REPLY PWD 257 "just one | |
| </servercmd> | |
| </reply> | |
| # Client-side | |
| <client> | |
| <server> | |
| ftp | |
| </server> | |
| <name> | |
| FTP with unclosed quote in PWD response | |
| </name> | |
| <command> | |
| ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/ | |
| </command> | |
| </client> | |
| # Verify data after the test has been "shot" | |
| <verify> | |
| <errorcode> | |
| 8 | |
| </errorcode> | |
| <protocol crlf="yes"> | |
| USER anonymous | |
| PASS ftp@example.com | |
| PWD | |
| </protocol> | |
| </verify> | |
| </testcase> |