Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test191
blob7b585807411625189eaf5f3ff3532641475c71eb
1 <testcase>
2 # Server-side
3 <reply>
4 <data>
5 data in file
6 </data>
7 </reply>
9 # Client-side
10 <client>
11 <server>
12 ftp
13 </server>
14  <name>
15 FTP URL with ?-letters in username and password 
16  </name>
17  <command>
18 "ftp://use?r:pass?word@%HOSTIP:%FTPPORT/191"
19 </command>
20 </client>
22 # Verify data after the test has been "shot"
23 <verify>
24 <protocol>
25 USER use?r
26 PASS pass?word
27 PWD
28 EPSV
29 TYPE I
30 SIZE 191
31 RETR 191
32 QUIT
33 </protocol>
34 </verify>
35 </testcase>