blob: 981e9dfa9dd7d5aef589e89e29c5af12c770f86e [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6TYPE A
7RETR
8type=
9</keywords>
10</info>
11# Server-side
12<reply>
13<data>
14data
15 to
16 see
17that FTP
18works
19 so does it?
20</data>
21</reply>
22
23# Client-side
24<client>
25<server>
26ftp
27</server>
28 <name>
29FTP GET with type=A style ASCII URL using %20 codes
30 </name>
31 <command>
32"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces//and%20things2/%TESTNUMBER;type=A"
33</command>
34</client>
35
36# Verify data after the test has been "shot"
37<verify>
38<protocol>
39USER anonymous
40PASS ftp@example.com
41PWD
42CWD /
43CWD path with spaces
44CWD and things2
45EPSV
46TYPE A
47RETR %TESTNUMBER
48QUIT
49</protocol>
50</verify>
51</testcase>