tizen 2.3.1 release
[external/curl.git] / tests / data / test196
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 </keywords>
6 </info>
7
8 # Server-side
9 <reply>
10 <servercmd>
11 REPLY PASS 430 temporarily not available
12 </servercmd>
13 </reply>
14
15 # Client-side
16 <client>
17 <server>
18 ftp
19 </server>
20  <name>
21 FTP transient error, retry request once
22  </name>
23  <command>
24 ftp://%HOSTIP:%FTPPORT/196 --retry 1
25 </command>
26 </client>
27
28 # Verify data after the test has been "shot"
29 <verify>
30 # 67 is CURLE_LOGIN_DENIED
31 <errorcode>
32 67
33 </errorcode>
34 <protocol>
35 USER anonymous\r
36 PASS ftp@example.com\r
37 USER anonymous\r
38 PASS ftp@example.com\r
39 </protocol>
40 </verify>
41 </testcase>