1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test402
Dan Fandrich ae3d5949b8 Various test file cleanups, including using <servercmd> instead of writing
directly to ftpserver.cmd and removing unneeded empty sections.
2007-04-18 20:22:01 +00:00

36 lines
413 B
Plaintext

<testcase>
<info>
<keywords>
FTPS
FAILURE
</keywords>
</info>
# Client-side
<client>
<features>
SSL
</features>
<server>
ftp
</server>
<name>
FTP SSL required on non-SSL server
</name>
<command>
-k --ftp-ssl-reqd ftp://%HOSTIP:%FTPPORT/402
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
64
</errorcode>
<protocol>
AUTH SSL
AUTH TLS
</protocol>
</verify>
</testcase>