]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test546
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test546
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 PASV
6 RETR
7 multi
8 </keywords>
9 </info>
10 # Server-side
11 <reply>
12 <data nocheck="yes">
13 data
14     to
15       see
16 that FTP
17 works
18   so does it?
19 </data>
20
21 <servercmd>
22 REPLY RETR 550 the file doesn't exist
23 COUNT RETR 1
24 REPLY SIZE 550 Can't check for file existence
25 COUNT SIZE 1
26 </servercmd>
27 </reply>
28
29 # Client-side
30 <client>
31 <server>
32 ftp
33 </server>
34 <tool>
35 lib533
36 </tool>
37  <name>
38 FTP RETR a non-existing file then a found one using the multi interface
39  </name>
40  <command>
41 ftp://%HOSTIP:%FTPPORT/path/546 ftp://%HOSTIP:%FTPPORT/path/546
42 </command>
43 </client>
44
45 # Verify data after the test has been "shot"
46 <verify>
47 <protocol>
48 USER anonymous\r
49 PASS ftp@example.com\r
50 PWD\r
51 CWD path\r
52 EPSV\r
53 TYPE I\r
54 SIZE 546\r
55 RETR 546\r
56 EPSV\r
57 SIZE 546\r
58 RETR 546\r
59 QUIT\r
60 </protocol>
61 <stdout>
62 data
63     to
64       see
65 that FTP
66 works
67   so does it?
68 </stdout>
69 </verify>
70 </testcase>