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
/
test409
blob
bd5ec993706129b4d020b446e056ed42614a8fde
1
<testcase>
2
<info>
3
<keywords>
4
FTPS
5
EPSV
6
STOR
7
</keywords>
8
</info>
9
10
# Client-side
11
<client>
12
<features>
13
SSL
14
</features>
15
<server>
16
ftps
17
</server>
18
<name>
19
FTPS PASV upload file
20
</name>
21
<file name="log/test409.txt">
22
data
23
to
24
see
25
that FTP
26
works
27
so does it?
28
</file>
29
<command>
30
-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/409 -T log/test409.txt
31
</command>
32
</client>
33
34
# Verify data after the test has been "shot"
35
<verify>
36
<upload>
37
data
38
to
39
see
40
that FTP
41
works
42
so does it?
43
</upload>
44
<protocol>
45
USER anonymous
46
PASS ftp@example.com
47
PBSZ 0
48
PROT C
49
PWD
50
EPSV
51
TYPE I
52
STOR 409
53
QUIT
54
</protocol>
55
</verify>
56
</testcase>