sourcemod/extensions/curl/curl-src/tests/data/test191

42 lines
480 B
Plaintext
Raw Normal View History

2009-01-09 00:31:00 +01:00
<testcase>
2013-03-17 23:23:20 +01:00
<info>
<keywords>
FTP
</keywords>
</info>
2009-01-09 00:31:00 +01:00
# 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>
2013-03-17 23:23:20 +01:00
"ftp://use%3fr:pass%3fword@%HOSTIP:%FTPPORT/191"
2009-01-09 00:31:00 +01:00
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
USER use?r
PASS pass?word
PWD
EPSV
TYPE I
SIZE 191
RETR 191
QUIT
</protocol>
</verify>
</testcase>