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