]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test108
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test108
1 # Server-side
2 <reply>
3 <data>
4 </data>
5 </reply>
6
7 # Client-side
8 <client>
9 <server>
10 ftp
11 </server>
12  <name>
13 FTP PORT upload with CWD
14  </name>
15  <command>
16 ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T log/upload108 -P -
17 </command>
18 <file name="log/upload108">
19 Moooooooooooo
20  upload this
21 </file>
22 </test>
23
24 # Verify data after the test has been "shot"
25 <verify>
26 <strip>
27 ^PORT .*
28 ^EPRT .*
29 ^LPRT .*
30 </strip>
31 <protocol>
32 USER anonymous
33 PASS curl_by_daniel@haxx.se
34 PWD
35 CWD CWD
36 CWD STOR
37 CWD RETR
38 PORT 127,0,0,1,5,109
39 TYPE I
40 STOR 108
41 QUIT
42 </protocol>
43 <upload>
44 Moooooooooooo
45  upload this
46 </upload>
47 </verify>