blob: 8092fd0c656ee76a912a17e438822caa515906e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
#
# Server-side
<reply name="1">
<data>
</data>
</reply>
#
# Client-side
<client>
<server>
ftps
</server>
<name>
insecure FTPS without permission
</name>
<command>
ftps://%HOSTIP:%FTPSPORT/403 --cacert foo
</command>
</test>
#
# Verify data after the test has been "shot"
<verify>
<strip>
filter off really nothing
</strip>
<errorcode>
60
</errorcode>
<protocol>
</protocol>
</verify>
|