]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test1091
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test1091
1 <testcase>
2 # based on test 143
3 <info>
4 <keywords>
5 FTP
6 RETR
7 type=
8 </keywords>
9 </info>
10
11 # Server-side
12 <reply>
13 <data>
14 bla bla bla
15 </data>
16 </reply>
17
18 # Client-side
19 <client>
20 <server>
21 ftp
22 </server>
23  <name>
24 FTP URL with type=i
25  </name>
26  <command>
27 "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/1091;type=i" --use-ascii
28 </command>
29 </client>
30
31 # Verify data after the test has been "shot"
32 <verify>
33 <protocol>
34 USER anonymous\r
35 PASS ftp@example.com\r
36 PWD\r
37 CWD /tmp\r
38 CWD moo\r
39 EPSV\r
40 TYPE I\r
41 SIZE 1091\r
42 RETR 1091\r
43 QUIT\r
44 </protocol>
45 </verify>
46 </testcase>