Git init
[external/curl.git] / tests / data / test1102
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 SYST
6 SITE
7 OS400
8 </keywords>
9 </info>
10 # Server-side
11 <reply>
12 <data nocheck="yes">
13 blabla
14 </data>
15 <servercmd>
16 REPLY PWD 257 "QGPL" is the current library
17 REPLY SYST 215  OS/400 runs this server
18 REPLY SITE 250 Name format set to 1
19 </servercmd>
20 </reply>
21
22 # Client-side
23 <client>
24 <server>
25 ftp
26 </server>
27  <name>
28 FTP OS/400 server name format check
29  </name>
30  <command>
31 ftp://%HOSTIP:%FTPPORT/1102
32 </command>
33 </client>
34
35 # Verify data after the test has been "shot"
36 <verify>
37 <protocol>
38 USER anonymous\r
39 PASS ftp@example.com\r
40 PWD\r
41 SYST\r
42 SITE NAMEFMT 1\r
43 PWD\r
44 EPSV\r
45 TYPE I\r
46 SIZE 1102\r
47 RETR 1102\r
48 QUIT\r
49 </protocol>
50 </verify>
51 </testcase>