mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
Added --retry and --retry-delay first attempt with four related test cases.
This commit is contained in:
parent
e9b3e1d031
commit
96cf615e9d
7 changed files with 338 additions and 15 deletions
30
tests/data/test195
Normal file
30
tests/data/test195
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
ftp
|
||||
</server>
|
||||
<name>
|
||||
FTP response 530 after PASS, temporarily not allowed access
|
||||
</name>
|
||||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/195
|
||||
</command>
|
||||
<file name="log/ftpserver.cmd">
|
||||
REPLY PASS 530 temporarily not available
|
||||
</file>
|
||||
</test>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<errorcode>
|
||||
10
|
||||
</errorcode>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
</protocol>
|
||||
</verify>
|
||||
Loading…
Add table
Add a link
Reference in a new issue