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
/
test122
blob
7ba53b69feb6b245e0509995bff6fabfe78b31f0
1
<testcase>
2
<info>
3
<keywords>
4
FTP
5
PASV
6
Resume
7
</keywords>
8
</info>
9
# Server-side
10
<reply>
11
<size>
12
5
13
</size>
14
<servercmd>
15
REPLY EPSV 500 no such command
16
</servercmd>
17
</reply>
18
19
# Client-side
20
<client>
21
<server>
22
ftp
23
</server>
24
<name>
25
FTP download resume with whole file already downloaded
26
</name>
27
<command>
28
ftp://%HOSTIP:%FTPPORT/122 -C 5
29
</command>
30
</client>
31
32
# Verify data after the test has been "shot"
33
<verify>
34
<protocol>
35
USER anonymous
36
PASS ftp@example.com
37
PWD
38
EPSV
39
PASV
40
TYPE I
41
SIZE 122
42
QUIT
43
</protocol>
44
</verify>
45
</testcase>