2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2012-11-16 19:42:51 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
2019-04-20 18:59:05 +08:00
|
|
|
retry
|
2012-11-16 19:42:51 +08:00
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-10-28 05:29:55 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-04-19 04:22:01 +08:00
|
|
|
<servercmd>
|
2009-12-11 05:02:11 +08:00
|
|
|
REPLY PASS 430 temporarily not available
|
2007-04-19 04:22:01 +08:00
|
|
|
</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>
|
2021-03-13 00:38:26 +08:00
|
|
|
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --retry 1
|
2004-10-28 05:29:55 +08:00
|
|
|
</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>
|