mirror of
https://github.com/unknownworlds/NS.git
synced 2024-12-04 10:12:28 +00:00
28 lines
333 B
Text
28 lines
333 B
Text
|
# Server-side
|
||
|
<reply>
|
||
|
moooooooo
|
||
|
</reply>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
ftps
|
||
|
</server>
|
||
|
<killserver>
|
||
|
ftp
|
||
|
</killserver>
|
||
|
<name>
|
||
|
FTPS operation to FTP port
|
||
|
</name>
|
||
|
<command>
|
||
|
-k ftps://%HOSTIP:%FTPPORT/path/to/file/402
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<errorcode>
|
||
|
35
|
||
|
</errorcode>
|
||
|
</verify>
|