blob: 0293693631296db72e6ead0e740d3be3d30f2c3d [file] [log] [blame]
<testcase>
<info>
<keywords>
FTP
</keywords>
</info>
# Server-side
<reply>
<data>
data in file
</data>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP URL with ?-letters in username and password
</name>
<command>
"ftp://use%3fr:pass%3fword@%HOSTIP:%FTPPORT/%TESTNUMBER"
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
USER use?r
PASS pass?word
PWD
EPSV
TYPE I
SIZE %TESTNUMBER
RETR %TESTNUMBER
QUIT
</protocol>
</verify>
</testcase>