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