Git init
[external/curl.git] / tests / data / test235
1 <testcase>
2 # Server-side
3 <reply>
4 </reply>
5
6 # Client-side
7 <client>
8 <server>
9 ftp
10 </server>
11  <name>
12 FTP resumed upload but no file present remotely
13  </name>
14  <command>
15 ftp://%HOSTIP:%FTPPORT/235 -T log/upload235 -C -
16 </command>
17 <file name="log/upload235">
18 this is the *****crap******** that we're gonna upload
19
20 worx?
21 </file>
22 </client>
23
24 # Verify data after the test has been "shot"
25 <verify>
26 <protocol>
27 USER anonymous\r
28 PASS ftp@example.com\r
29 PWD\r
30 EPSV\r
31 TYPE I\r
32 SIZE 235\r
33 STOR 235\r
34 QUIT\r
35 </protocol>
36 <upload>
37 this is the *****crap******** that we're gonna upload
38
39 worx?
40 </upload>
41 </verify>
42 </testcase>