blob: 6ab57887795c9732fc68f2618e31a776c6c7aa73 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5CONNECT_ONLY
6</keywords>
7</info>
8
9# Client-side
10<client>
11<server>
12ftp
13</server>
14<tool>
15lib%TESTNUMBER
16</tool>
17 <name>
18FTP connect only option
19 </name>
20
21<command>
22ftp://%HOSTIP:%FTPPORT
23</command>
24
25</client>
26
27#
28# Verify data after the test has been "shot"
29<verify>
30<protocol>
31USER anonymous
32PASS ftp@example.com
33PWD
34</protocol>
35</verify>
36</testcase>