1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test403
2003-04-30 20:25:39 +00:00

34 lines
391 B
Plaintext

#
# Server-side
<reply name="1">
<data>
</data>
</reply>
#
# Client-side
<client>
<server>
ftps
</server>
<name>
insecure FTPS without permission
</name>
<command>
ftps://%HOSTIP:%FTPSPORT/403 --cacert foo
</command>
</test>
#
# Verify data after the test has been "shot"
<verify>
<strip>
filter off really nothing
</strip>
<errorcode>
60
</errorcode>
<protocol>
</protocol>
</verify>