mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-27 23:02:20 +00:00
54a4ac5469
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@85 67975925-1194-0748-b3d5-c16f83f1a3a1
35 lines
414 B
Text
35 lines
414 B
Text
# Server-side
|
|
<reply>
|
|
<data>
|
|
moooooooo
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP --disable-epsv
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/path/to/file/127 --disable-epsv
|
|
</command>
|
|
</test>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS curl_by_daniel@haxx.se
|
|
PWD
|
|
CWD path
|
|
CWD to
|
|
CWD file
|
|
PASV
|
|
TYPE I
|
|
SIZE 127
|
|
RETR 127
|
|
</protocol>
|
|
</verify>
|