xref: /curl/tests/data/test340 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6CWD
7--ftp-method
8singlecwd
9</keywords>
10</info>
11#
12# Server-side
13<reply>
14</reply>
15
16# Client-side
17<client>
18<server>
19ftp
20</server>
21<name>
22FTP using %00 in path with singlecwd
23</name>
24<command>
25--ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/%00first/second/third/%TESTNUMBER
26</command>
27</client>
28
29# Verify data after the test has been "shot"
30<verify>
31<protocol>
32USER anonymous
33PASS ftp@example.com
34PWD
35</protocol>
36<errorcode>
373
38</errorcode>
39</verify>
40</testcase>
41