2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2004-10-28 05:29:55 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-04-19 04:22:01 +08:00
|
|
|
<servercmd>
|
|
|
|
REPLY PASS 530 temporarily not available
|
|
|
|
</servercmd>
|
2004-10-28 05:29:55 +08:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP transient error, retry request once
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/196 --retry 1
|
|
|
|
</command>
|
2005-01-26 05:45:03 +08:00
|
|
|
</client>
|
2004-10-28 05:29:55 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
2005-02-09 21:06:40 +08:00
|
|
|
# 67 is CURLE_LOGIN_DENIED
|
2004-10-28 05:29:55 +08:00
|
|
|
<errorcode>
|
2005-02-09 21:06:40 +08:00
|
|
|
67
|
2004-10-28 05:29:55 +08:00
|
|
|
</errorcode>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-14 06:50:16 +08:00
|
|
|
PASS ftp@example.com
|
2004-10-28 05:29:55 +08:00
|
|
|
USER anonymous
|
2007-02-14 06:50:16 +08:00
|
|
|
PASS ftp@example.com
|
2004-10-28 05:29:55 +08:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|