blob: 5c7bc678e288e02a21eb77daca714197487c744c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5FTPS
6FAILURE
7</keywords>
8</info>
9
10# Client-side
11<client>
12<features>
13SSL
14</features>
15<server>
16ftp
17</server>
18 <name>
19FTP SSL required on non-SSL server
20 </name>
21 <command>
22-k --ftp-ssl-reqd ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
23</command>
24</client>
25
26# Verify data after the test has been "shot"
27<verify>
28<errorcode>
2964
30</errorcode>
31<protocol>
32AUTH SSL
33AUTH TLS
34</protocol>
35</verify>
36</testcase>