test546

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

TXT
71
字号
<testcase><info><keywords>FTPPASVRETRmulti</keywords></info># Server-side<reply><data nocheck="1">data    to      seethat FTPworks  so does it?</data><servercmd>REPLY RETR 550 the file doesn't existCOUNT RETR 1REPLY SIZE 550 Can't check for file existenceCOUNT SIZE 1</servercmd></reply># Client-side<client><server>ftp</server><tool>lib533</tool> <name>FTP RETR a non-existing file then a found one using the multi interface </name> <command>ftp://%HOSTIP:%FTPPORT/path/546 ftp://%HOSTIP:%FTPPORT/path/546</command></client># Verify data after the test has been "shot"<verify><protocol>USER anonymous
PASS ftp@example.com
PWD
CWD path
EPSV
TYPE I
SIZE 546
RETR 546
EPSV
SIZE 546
RETR 546
QUIT
</protocol><stdout>data    to      seethat FTPworks  so does it?</stdout></verify></testcase>

⌨️ 快捷键说明

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