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
/
test261
blob
e3639bfe93d5215a1a0624ccb1576d587fd3a9e3
1
<testcase>
2
<info>
3
<keywords>
4
FTP
5
EPSV
6
RETR
7
</keywords>
8
</info>
9
#
10
# Server-side
11
<reply>
12
<data>
13
hepp
14
</data>
15
<servercmd>
16
REPLY TYPE 226 Kind of on the positive side!
17
</servercmd>
18
</reply>
19
20
#
21
# Client-side
22
<client>
23
<server>
24
ftp
25
</server>
26
<name>
27
FTP RETR with 226 response code to TYPE
28
</name>
29
<command>
30
ftp://%HOSTIP:%FTPPORT/261
31
</command>
32
</client>
33
34
#
35
# Verify data after the test has been "shot"
36
<verify>
37
<protocol>
38
USER anonymous
\r
39
PASS ftp@example.com
\r
40
PWD
\r
41
EPSV
\r
42
TYPE I
\r
43
SIZE 261
\r
44
RETR 261
\r
45
QUIT
\r
46
</protocol>
47
</verify>
48
</testcase>