]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test191
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test191
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 </keywords>
6 </info>
7
8 # Server-side
9 <reply>
10 <data>
11 data in file
12 </data>
13 </reply>
14
15 # Client-side
16 <client>
17 <server>
18 ftp
19 </server>
20  <name>
21 FTP URL with ?-letters in username and password 
22  </name>
23  <command>
24 "ftp://use%3fr:pass%3fword@%HOSTIP:%FTPPORT/191"
25 </command>
26 </client>
27
28 # Verify data after the test has been "shot"
29 <verify>
30 <protocol>
31 USER use?r\r
32 PASS pass?word\r
33 PWD\r
34 EPSV\r
35 TYPE I\r
36 SIZE 191\r
37 RETR 191\r
38 QUIT\r
39 </protocol>
40 </verify>
41 </testcase>