summaryrefslogtreecommitdiff
path: root/tests/data/test1096
blob: 30748c1b4e645ab32803ed6bdf6d171a91360e38 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<testcase>
<info>
<keywords>
FTP
PASV
RETR
FAILURE
</keywords>
</info>
# Server-side
<reply>
<servercmd>
REPLY RETR 550 no such file!
</servercmd>
</reply>

# Client-side
<client>
<server>
ftp
</server>
 <name>
Two FTP downloads, with failed RETR but re-used control connection
 </name>
 <command>
ftp://%HOSTIP:%FTPPORT/dir/1096 ftp://%HOSTIP:%FTPPORT/dir/1096
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<errorcode>
78
</errorcode>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
CWD dir
EPSV
TYPE I
SIZE 1096
RETR 1096
EPSV
SIZE 1096
RETR 1096
QUIT
</protocol>
</verify>
</testcase>