xref: /curl/tests/data/test238 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5</keywords>
6</info>
7
8# Server-side
9<reply>
10<servercmd>
11REPLY EPSV 229 Entering Passiv Mode (|||1000000|)
12</servercmd>
13</reply>
14
15# Client-side
16<client>
17<server>
18ftp
19</server>
20<name>
21FTP getting bad port in response to EPSV
22</name>
23<command>
24ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
25</command>
26</client>
27
28# Verify data after the test has been "shot"
29<verify>
30<strip>
31QUIT
32</strip>
33# 13 = CURLE_FTP_WEIRD_PASV_REPLY
34<errorcode>
3513
36</errorcode>
37<protocol>
38USER anonymous
39PASS ftp@example.com
40PWD
41EPSV
42QUIT
43</protocol>
44</verify>
45</testcase>
46