repo.or.cz
/
git-build-vc9.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git]
/
curl
/
tests
/
data
/
test191
blob
090d4c5b690a8c083110a0c213892287ff60a267
1
<testcase>
2
# Server-side
3
<reply>
4
<data>
5
data in file
6
</data>
7
</reply>
8
9
# Client-side
10
<client>
11
<server>
12
ftp
13
</server>
14
<name>
15
FTP URL with ?-letters in username and password
16
</name>
17
<command>
18
"ftp://use?r:pass?word@%HOSTIP:%FTPPORT/191"
19
</command>
20
</client>
21
22
# Verify data after the test has been "shot"
23
<verify>
24
<protocol>
25
USER use?r
\r
26
PASS pass?word
\r
27
PWD
\r
28
EPSV
\r
29
TYPE I
\r
30
SIZE 191
\r
31
RETR 191
\r
32
QUIT
\r
33
</protocol>
34
</verify>
35
</testcase>