1<testcase>
2<info>
3<keywords>
4FTPS
5PASV
6RETR
7</keywords>
8</info>
9
10# Server-side
11<reply>
12<data>
13data blobb
14</data>
15
16# data is sent to stdout
17</reply>
18
19# Client-side
20<client>
21<features>
22SSL
23</features>
24<server>
25ftps
26</server>
27 <name>
28Get two FTPS files from the same remote dir: no second CWD
29 </name>
30 <command>
31-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/a/path/407 ftps://%HOSTIP:%FTPSPORT/a/path/407
32</command>
33<stdout>
34data blobb
35data blobb
36</stdout>
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41<protocol>
42USER anonymous
43PASS ftp@example.com
44PBSZ 0
45PROT C
46PWD
47CWD a
48CWD path
49EPSV
50TYPE I
51SIZE 407
52RETR 407
53EPSV
54SIZE 407
55RETR 407
56QUIT
57</protocol>
58</verify>
59</testcase>
60