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
/
test110
blob
e0345a3a6ceb09f03294a833a7a10b502cdc1b3d
1
<testcase>
2
<info>
3
<keywords>
4
FTP
5
PASV
6
RETR
7
Resume
8
</keywords>
9
</info>
10
# Server-side
11
<reply>
12
<data>
13
expected to be a file without the first part
14
but we emulate that
15
</data>
16
<size>
17
85
18
</size>
19
<servercmd>
20
REPLY EPSV 500 no such command
21
</servercmd>
22
</reply>
23
24
# Client-side
25
<client>
26
<server>
27
ftp
28
</server>
29
<name>
30
FTP download resume with set limit
31
</name>
32
<command>
33
ftp://%HOSTIP:%FTPPORT/110 -C 20
34
</command>
35
</client>
36
37
# Verify data after the test has been "shot"
38
<verify>
39
<protocol>
40
USER anonymous
41
PASS ftp@example.com
42
PWD
43
EPSV
44
PASV
45
TYPE I
46
SIZE 110
47
REST 20
48
RETR 110
49
QUIT
50
</protocol>
51
</verify>
52
</testcase>