blob: 74922d5598681b2efae7631d1ca3c9d24598f7c4 [file] [log] [blame]
Lucas Eckels9bd90e62012-08-06 15:07:02 -07001<testcase>
2<info>
3<keywords>
4FTP
5PASV
6TYPE A
7RETR
8</keywords>
9</info>
10# Server-side
11<reply>
12<data>
13data
14 to
15 see
16that FTP
17works
18 so does it?
19</data>
20<servercmd>
21REPLY EPSV 500 no such command
Lucas Eckels9bd90e62012-08-06 15:07:02 -070022</servercmd>
23</reply>
24
25# Client-side
26<client>
27<server>
28ftp
29</server>
30 <name>
31FTP user+password in URL and ASCII transfer
32 </name>
33 <command>
Elliott Hughes34dd5f42021-08-10 13:01:18 -070034ftp://userdude:passfellow@%HOSTIP:%FTPPORT/%TESTNUMBER --use-ascii
Lucas Eckels9bd90e62012-08-06 15:07:02 -070035</command>
36</client>
37
38# Verify data after the test has been "shot"
39<verify>
40<protocol>
41USER userdude
42PASS passfellow
43PWD
44EPSV
45PASV
46TYPE A
Elliott Hughes34dd5f42021-08-10 13:01:18 -070047RETR %TESTNUMBER
Lucas Eckels9bd90e62012-08-06 15:07:02 -070048QUIT
49</protocol>
50</verify>
51</testcase>