test116

来自「THIS IS HTTP CURL Example」· 代码 · 共 53 行

TXT
53
字号
<testcase><info><keywords>FTPPORTFAILURE</keywords></info># Server-side<reply><servercmd>REPLY PORT 314 bluah you f00l!</servercmd></reply># Client-side<client><server>ftp</server># EPRT is only sent when IPv6 is enabled<features>ipv6</features> <name>FTP download, failed PORT </name> <command>ftp://%HOSTIP:%FTPPORT/116 -P 1.2.3.4</command></client># Verify data after the test has been "shot"<verify><errorcode>30</errorcode># Strip the port number but leave the rest<strippart>s/^(PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},)\d{1,3},\d{1,3}/$1/s/^(EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|)\d{1,5}\|/$1/</strippart><protocol>USER anonymous
PASS ftp@example.com
PWD
EPRT |1|1.2.3.4|
PORT 1,2,3,4,
QUIT
</protocol></verify></testcase>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?