blob: 20c8eccf27639ac8bba35434977757c418953473 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5PASV
6CWD
7--ftp-method
8nocwd
9</keywords>
10</info>
11#
12# Server-side
13<reply>
14<data>
15bla bla bla
16</data>
17</reply>
18
19# Client-side
20<client>
21<server>
22ftp
23</server>
24 <name>
25FTP CWD with --ftp-method nocwd
26 </name>
27 <command>
28--ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/th%69rd/%TESTNUMBER
29</command>
30</client>
31
32# Verify data after the test has been "shot"
33<verify>
34<protocol>
35USER anonymous
36PASS ftp@example.com
37PWD
38EPSV
39TYPE I
40SIZE first/second/third/%TESTNUMBER
41RETR first/second/third/%TESTNUMBER
42QUIT
43</protocol>
44</verify>
45</testcase>