mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
4efa0d9f68
the left side of @ to make it short(er).
33 lines
472 B
Plaintext
33 lines
472 B
Plaintext
<testcase>
|
|
# 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>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
67
|
|
</errorcode>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS ftp@example.com
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|