mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
31 lines
454 B
Plaintext
31 lines
454 B
Plaintext
# 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>
|