📄 test212
字号:
<testcase># Server-side<reply><data>data blobb</data><servercmd>REPLY EPRT 500 no such command</servercmd></reply># Client-side<client><server>ftp</server># EPRT is only sent when IPv6 is enabled<features>ipv6</features> <name>Get two FTP files with no remote EPRT support </name> <command>ftp://%HOSTIP:%FTPPORT/a/path/212 ftp://%HOSTIP:%FTPPORT/a/path/212 -P -</command><stdout>data blobbdata blobb</stdout></client># Verify data after the test has been "shot"<verify># Strip the addresses and port number but leave the rest<strippart>s/^(EPRT \|1\|)\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|/$1/s/^(PORT )\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}/$1/</strippart><protocol>USER anonymous
PASS ftp@example.com
PWD
CWD a
CWD path
EPRT |1|
PORT
TYPE I
SIZE 212
RETR 212
PORT
SIZE 212
RETR 212
QUIT
</protocol></verify></testcase>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -