]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test532
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test532
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 PASV
6 RETR
7 multi
8 </keywords>
9 </info>
10
11 # Server-side
12 <reply>
13 <data>
14 file contents should appear once for each file
15 </data>
16 <datacheck>
17 file contents should appear once for each file
18 file contents should appear once for each file
19 file contents should appear once for each file
20 file contents should appear once for each file
21 </datacheck>
22 </reply>
23
24 # Client-side
25 <client>
26 <server>
27 ftp
28 </server>
29 <tool>
30 lib532
31 </tool>
32  <name>
33 FTP RETR same file using reset handles between each transfer
34  </name>
35  <command>
36 ftp://%HOSTIP:%FTPPORT/path/532
37 </command>
38 </client>
39
40 # Verify data after the test has been "shot"
41 <verify>
42 <protocol>
43 USER anonymous\r
44 PASS ftp@example.com\r
45 PWD\r
46 CWD path\r
47 EPSV\r
48 TYPE I\r
49 SIZE 532\r
50 RETR 532\r
51 EPSV\r
52 SIZE 532\r
53 RETR 532\r
54 EPSV\r
55 SIZE 532\r
56 RETR 532\r
57 EPSV\r
58 SIZE 532\r
59 RETR 532\r
60 QUIT\r
61 </protocol>
62 </verify>
63 </testcase>