blob: d466437f21355cd9517f0c66d0c010e8e7137eea [file] [log] [blame]
<testcase>
<info>
<keywords>
FTP
EPSV
APPE
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP PASV upload append
</name>
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER --append
</command>
<file name="%LOGDIR/upload%TESTNUMBER">
Moooooooooooo
upload this
</file>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
APPE %TESTNUMBER
QUIT
</protocol>
<upload>
Moooooooooooo
upload this
</upload>
</verify>
</testcase>