xref: /curl/tests/data/test297 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6CWD
7--ftp-method
8singlecwd
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 singlecwd
26</name>
27<command>
28--ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/%TESTNUMBER
29</command>
30</client>
31
32# Verify data after the test has been "shot"
33<verify>
34<strip>
35QUIT
36</strip>
37<protocol>
38USER anonymous
39PASS ftp@example.com
40PWD
41CWD first/second/third
42EPSV
43TYPE I
44SIZE %TESTNUMBER
45RETR %TESTNUMBER
46QUIT
47</protocol>
48</verify>
49</testcase>
50