mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:33:31 +03:00
new tests
This commit is contained in:
parent
4163b86cd2
commit
f34573c8e2
6 changed files with 164 additions and 1 deletions
21
tests/data/test402
Normal file
21
tests/data/test402
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue