2007-01-23 03:25:56 +01:00
|
|
|
<testcase>
|
2004-04-14 08:30:37 +02:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-04-18 22:22:01 +02:00
|
|
|
<servercmd>
|
|
|
|
REPLY MDTM 550 bluah you f00l!
|
|
|
|
REPLY SIZE 550 bluah you f00l!
|
|
|
|
</servercmd>
|
2004-04-14 08:30:37 +02: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 10:39:20 +01:00
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 23:50:16 +01:00
|
|
|
PASS ftp@example.com
|
2005-01-14 10:39:20 +01:00
|
|
|
PWD
|
|
|
|
MDTM 511
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
2004-04-14 08:30:37 +02:00
|
|
|
</verify>
|
2007-01-23 03:25:56 +01:00
|
|
|
</testcase>
|