aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test122
blob: b9990d98221ce6044a3df4191e2926ff881b3d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Server-side
<reply>
<size>
5
</size>
</reply>

# Client-side
<client>
 <name>
FTP download resume with whole file already downloaded
 </name>
 <command>
ftp://%HOSTIP:%FTPPORT/122 -C 5
</command>
</test>

# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
PASV
TYPE I
SIZE 122
</protocol>
</verify>