Git init
[external/curl.git] / tests / data / test195
1 <testcase>
2 # Server-side
3 <reply>
4 <servercmd>
5 REPLY PASS 530 temporarily not available
6 </servercmd>
7 </reply>
8
9 # Client-side
10 <client>
11 <server>
12 ftp
13 </server>
14  <name>
15 FTP response 530 after PASS, temporarily not allowed access
16  </name>
17  <command>
18 ftp://%HOSTIP:%FTPPORT/195
19 </command>
20 </client>
21
22 # Verify data after the test has been "shot"
23 <verify>
24 <errorcode>
25 67
26 </errorcode>
27 <protocol>
28 USER anonymous\r
29 PASS ftp@example.com\r
30 </protocol>
31 </verify>
32 </testcase>