mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
22 lines
273 B
Plaintext
22 lines
273 B
Plaintext
# Server-side
|
|
<reply>
|
|
moooooooo
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<name>
|
|
FTPS operation to FTP port
|
|
</name>
|
|
<command>
|
|
ftps://%HOSTIP:%FTPPORT/path/to/file/402
|
|
</command>
|
|
</test>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
35
|
|
</errorcode>
|
|
</verify>
|