Skip to content
test212 754 B
Newer Older
Daniel Stenberg's avatar
Daniel Stenberg committed
# Server-side
<reply>
<data>
data blobb
</data>
</reply>

# Client-side
<client>
<features>
ipv6
</features>
<server>
ftp
</server>
 <name>
Get two FTP files with no remote EPRT support
Daniel Stenberg's avatar
Daniel Stenberg committed
 </name>
 <command>
ftp://%HOSTIP:%FTPPORT/a/path/212 ftp://%HOSTIP:%FTPPORT/a/path/212 -P -
</command>
<file name="log/ftpserver.cmd">
REPLY EPRT 500 no such command
</file>
Daniel Stenberg's avatar
Daniel Stenberg committed
<stdout>
data blobb
data blobb
</stdout>
</client>
Daniel Stenberg's avatar
Daniel Stenberg committed

# Verify data after the test has been "shot"
<verify>
<strippart>
s/^(EPRT \|1\|127.0.0.1).*/$1/
s/^(PORT 127,0,0,1,).*/$1/
Daniel Stenberg's avatar
Daniel Stenberg committed
</strippart>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD a
CWD path
EPRT |1|127.0.0.1
PORT 127,0,0,1,
Daniel Stenberg's avatar
Daniel Stenberg committed
TYPE I
SIZE 212
RETR 212
PORT 127,0,0,1,
Daniel Stenberg's avatar
Daniel Stenberg committed
SIZE 212
RETR 212
QUIT
</protocol>
</verify>