3060c997a7da19db432faa0a069548c3fb4f1652
[platform/upstream/curl.git] / tests / data / test402
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 FTPS
6 FAILURE
7 </keywords>
8 </info>
9
10 # Client-side
11 <client>
12 <features>
13 SSL
14 </features>
15 <server>
16 ftp
17 </server>
18  <name>
19 FTP SSL required on non-SSL server
20  </name>
21  <command>
22 -k --ftp-ssl-reqd ftp://%HOSTIP:%FTPPORT/402
23 </command>
24 </client>
25
26 # Verify data after the test has been "shot"
27 <verify>
28 <errorcode>
29 64
30 </errorcode>
31 <protocol>
32 AUTH SSL\r
33 AUTH TLS\r
34 </protocol>
35 </verify>
36 </testcase>