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