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
/
test541
blob
d6776a3d294531fb6568deab3090be3301127409
1
<testcase>
2
# Server-side
3
<reply>
4
</reply>
5
6
# Client-side
7
<client>
8
<server>
9
ftp
10
</server>
11
# tool is what to use instead of 'curl'
12
<tool>
13
lib541
14
</tool>
15
16
<name>
17
FTP upload and upload same file again without rewind
18
</name>
19
<command>
20
ftp://%HOSTIP:%FTPPORT/541 log/upload541
21
</command>
22
<file name="log/upload541">
23
Contents
24
of
25
a file
26
to verify
27
ftp
28
upload
29
30
31
works?
32
</file>
33
</client>
34
35
# Verify data after the test has been "shot"
36
<verify>
37
<upload>
38
</upload>
39
<protocol>
40
USER anonymous
41
PASS ftp@example.com
42
PWD
43
EPSV
44
TYPE I
45
STOR 541
46
EPSV
47
STOR 541
48
QUIT
49
</protocol>
50
</verify>
51
</testcase>