1<testcase> 2<info> 3<keywords> 4FTP 5</keywords> 6</info> 7 8# Server-side 9<reply> 10<data> 11data in file 12</data> 13</reply> 14 15# Client-side 16<client> 17<server> 18ftp 19</server> 20<name> 21FTP URL with ?-letters in username and password 22</name> 23<command> 24"ftp://use%3fr:pass%3fword@%HOSTIP:%FTPPORT/%TESTNUMBER" 25</command> 26</client> 27 28# Verify data after the test has been "shot" 29<verify> 30<strip> 31QUIT 32</strip> 33<protocol> 34USER use?r 35PASS pass?word 36PWD 37EPSV 38TYPE I 39SIZE %TESTNUMBER 40RETR %TESTNUMBER 41QUIT 42</protocol> 43</verify> 44</testcase> 45