]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test128
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test128
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 EPSV
6 STOR
7 --crlf
8 </keywords>
9 </info>
10 # Server-side
11 <reply>
12 </reply>
13
14 # Client-side
15 <client>
16 <server>
17 ftp
18 </server>
19  <name>
20 FTP upload with --crlf
21  </name>
22  <command>
23 ftp://%HOSTIP:%FTPPORT/128 -T log/upload128 --crlf
24 </command>
25 <file name="log/upload128">
26 file
27 with unix newlines
28 meant to be
29 converted
30 with
31 the
32 --crlf option
33 </file>
34 </client>
35
36 # Verify data after the test has been "shot"
37 <verify>
38 <protocol>
39 USER anonymous\r
40 PASS ftp@example.com\r
41 PWD\r
42 EPSV\r
43 TYPE I\r
44 STOR 128\r
45 QUIT\r
46 </protocol>
47 <upload>
48 file\r
49 with unix newlines\r
50 meant to be\r
51 converted\r
52 with\r
53 the\r
54 --crlf option\r
55 </upload>
56 </verify>
57 </testcase>