blob: 00100bced358e83c1ababf8d62ddb95683ad3a44 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -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/test409.txt">
23data
24 to
25 see
26that FTP
27works
28 so does it?
29</file>
30 <command>
31-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/409 -T log/test409.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 FTP
42works
43 so does it?
44</upload>
45<protocol>
46USER anonymous
47PASS ftp@example.com
48PBSZ 0
49PROT C
50PWD
51EPSV
52TYPE I
53STOR 409
54QUIT
55</protocol>
56</verify>
57</testcase>