blob: ac4af97724e9d955418b0a819f966dbdd335dcbc [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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/test%TESTNUMBER.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/%TESTNUMBER -T log/test%TESTNUMBER.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 %TESTNUMBER
54QUIT
55</protocol>
56</verify>
57</testcase>