repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Utilities
/
cmcurl-7.19.0
/
tests
/
data
/
test354
blob
4bd76ba1965d1383f4a1503c71767f67fd2921da
1
<testcase>
2
<info>
3
<keywords>
4
FTP
5
PASV
6
RETR
7
</keywords>
8
</info>
9
# Server-side
10
<reply>
11
<data>
12
data
13
to
14
see
15
that FTP
16
works
17
so does it?
18
</data>
19
<servercmd>
20
REPLY USER 200 fine, proceed without password
21
</servercmd>
22
</reply>
23
24
# Client-side
25
<client>
26
<server>
27
ftp
28
</server>
29
<name>
30
FTP without password
31
</name>
32
<command>
33
ftp://%HOSTIP:%FTPPORT/354
34
</command>
35
36
</client>
37
38
# Verify data after the test has been "shot"
39
<verify>
40
<protocol>
41
USER anonymous
42
PWD
43
EPSV
44
TYPE I
45
SIZE 354
46
RETR 354
47
QUIT
48
</protocol>
49
</verify>
50
</testcase>