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
/
test520
blob
e9d7b542a436eae9fb82fd2ded0113e12e5fe4cf
1
<testcase>
2
#
3
# Server-side
4
<reply>
5
<data>
6
contents of file
7
</data>
8
<servercmd>
9
REPLY MDTM 213 20030405060708
10
</servercmd>
11
</reply>
12
13
# Client-side
14
<client>
15
<server>
16
ftp
17
</server>
18
# tool is what to use instead of 'curl'
19
<tool>
20
lib520
21
</tool>
22
23
<name>
24
FTP RETR with FILETIME
25
</name>
26
<command>
27
ftp://%HOSTIP:%FTPPORT/520
28
</command>
29
</client>
30
31
#
32
# Verify data after the test has been "shot"
33
<verify>
34
35
<protocol>
36
USER anonymous
37
PASS ftp@example.com
38
PWD
39
MDTM 520
40
EPSV
41
TYPE I
42
SIZE 520
43
RETR 520
44
QUIT
45
</protocol>
46
</verify>
47
</testcase>