aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test562
blob: 070cf7aa1c13977df064aec023fb69873da05ca4 (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
51
52
53
<testcase>
<info>
<keywords>
FTP
PASV
RETR
</keywords>
</info>
# Server-side
<reply>
<data>
silly data
over FTP
</data>
</reply>

# Client-side
<client>
<server>
ftp
</server>
<tool>
lib562
</tool>
 <name>
FTP a type=A URL and CURLOPT_PORT set
 </name>

# note that we need quotes around the URL below to make sure the shell doesn't
# treat the semicolon as a separator!
 <command>
'ftp://%HOSTIP:23456/562;type=A' %FTPPORT
</command>

</client>

# Verify data after the test has been "shot"
#
# There's no MTDM in the protocol here since this code doesn't ask for the
# time/date of the file
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE A
SIZE 562
RETR 562
QUIT
</protocol>
</verify>
</testcase>