mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
32 lines
361 B
Plaintext
32 lines
361 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FTPS
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
</features>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTPS operation to FTP port
|
|
</name>
|
|
<command>
|
|
-k ftps://%HOSTIP:%FTPPORT/path/to/file/405
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
35
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|