blob: 31e3c9e5b3ec05448ab1ce7715e0c609713ad5ff [file] [log] [blame]
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
FTP
EPSV
RETR
</keywords>
</info>
# Server-side
<reply>
<data>
hepp
</data>
<servercmd>
REPLY TYPE 226 Kind of on the positive side!
</servercmd>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP RETR with 226 response code to TYPE
</name>
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE %TESTNUMBER
RETR %TESTNUMBER
QUIT
</protocol>
</verify>
</testcase>