1<testcase>
2<info>
3<keywords>
4FTPS
5EPSV
6STOR
7</keywords>
8</info>
9
10# Client-side
11<client>
12<features>
13SSL
14</features>
15<server>
16ftps
17</server>
18 <name>
19FTPS PASV upload file
20 </name>
21<file name="log/test401.txt">
22data
23    to
24      see
25that FTPS
26works
27  so does it?
28</file>
29 <command>
30-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/401 -T log/test401.txt
31</command>
32</client>
33
34# Verify data after the test has been "shot"
35<verify>
36<upload>
37data
38    to
39      see
40that FTPS
41works
42  so does it?
43</upload>
44<protocol>
45USER anonymous
46PASS ftp@example.com
47PBSZ 0
48PROT C
49PWD
50EPSV
51TYPE I
52STOR 401
53QUIT
54</protocol>
55</verify>
56</testcase>
57