test210
来自「THIS IS HTTP CURL Example」· 代码 · 共 47 行
TXT
47 行
<testcase># Server-side<reply><data>data blobb</data># data is sent to stdout</reply># Client-side<client><server>ftp</server> <name>Get two FTP files from the same remote dir: no second CWD </name> <command>ftp://%HOSTIP:%FTPPORT/a/path/210 ftp://%HOSTIP:%FTPPORT/a/path/210</command><stdout>data blobbdata blobb</stdout></client># Verify data after the test has been "shot"<verify><protocol>USER anonymous
PASS ftp@example.com
PWD
CWD a
CWD path
EPSV
TYPE I
SIZE 210
RETR 210
EPSV
SIZE 210
RETR 210
QUIT
</protocol></verify></testcase>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?