xref: /curl/tests/data/test1039 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6APPE
7Resume
8</keywords>
9</info>
10# Server-side
11<reply>
12<size>
130
14</size>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22<name>
23FTP PASV upload resume from end of empty file
24</name>
25<command>
26ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -C -
27</command>
28<file name="%LOGDIR/upload%TESTNUMBER">
29this is the *****cr@p******** that we're gonna upload
30
31worx?
32</file>
33</client>
34
35# Verify data after the test has been "shot"
36<verify>
37<strip>
38QUIT
39</strip>
40<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44EPSV
45TYPE I
46SIZE %TESTNUMBER
47STOR %TESTNUMBER
48QUIT
49</protocol>
50<upload>
51this is the *****cr@p******** that we're gonna upload
52
53worx?
54</upload>
55</verify>
56</testcase>
57