2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-19 11:32:29 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-04-14 02:30:37 -04:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-04-18 16:22:01 -04:00
|
|
|
<servercmd>
|
|
|
|
REPLY MDTM 550 bluah you f00l!
|
|
|
|
REPLY SIZE 550 bluah you f00l!
|
|
|
|
</servercmd>
|
2004-04-14 02:30:37 -04:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
|
|
|
lib511
|
|
|
|
</tool>
|
|
|
|
|
|
|
|
<name>
|
|
|
|
FTP with FILETIME and NOBODY but missing file
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/511
|
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
# CURLE_FTP_COULDNT_RETR_FILE
|
|
|
|
<errorcode>
|
|
|
|
19
|
|
|
|
</errorcode>
|
2005-01-14 04:39:20 -05:00
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2005-01-14 04:39:20 -05:00
|
|
|
PWD
|
|
|
|
MDTM 511
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
2004-04-14 02:30:37 -04:00
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|