| <?xml version="1.0" encoding="US-ASCII"?> |
| <testcase> |
| <info> |
| <keywords> |
| FTP |
| </keywords> |
| </info> |
| |
| # Client-side |
| <client> |
| <features> |
| Debug |
| ftp |
| </features> |
| <server> |
| ftp |
| </server> |
| <tool> |
| lib%TESTNUMBER |
| </tool> |
| <name> |
| cleanup easy without multi_remove_handle |
| </name> |
| <command> |
| ftp://%HOSTIP:%FTPPORT/%TESTNUMBER |
| </command> |
| <setenv> |
| CURL_FTP_PWD_STOP=1 |
| </setenv> |
| </client> |
| |
| # Verify data after the test has been "shot" |
| <verify> |
| <protocol crlf="yes"> |
| USER anonymous |
| PASS ftp@example.com |
| USER anonymous |
| PASS ftp@example.com |
| PWD |
| EPSV |
| TYPE I |
| SIZE 753 |
| QUIT |
| </protocol> |
| </verify> |
| </testcase> |