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
/
test210
blob
783cdaf5adf87f0bc957ba7e658f3d33b9fce4f5
1
<testcase>
2
# Server-side
3
<reply>
4
<data>
5
data blobb
6
</data>
7
8
# data is sent to stdout
9
</reply>
10
11
# Client-side
12
<client>
13
<server>
14
ftp
15
</server>
16
<name>
17
Get two FTP files from the same remote dir: no second CWD
18
</name>
19
<command>
20
ftp://%HOSTIP:%FTPPORT/a/path/210 ftp://%HOSTIP:%FTPPORT/a/path/210
21
</command>
22
<stdout>
23
data blobb
24
data blobb
25
</stdout>
26
</client>
27
28
# Verify data after the test has been "shot"
29
<verify>
30
<protocol>
31
USER anonymous
32
PASS ftp@example.com
33
PWD
34
CWD a
35
CWD path
36
EPSV
37
TYPE I
38
SIZE 210
39
RETR 210
40
EPSV
41
SIZE 210
42
RETR 210
43
QUIT
44
</protocol>
45
</verify>
46
</testcase>