1<testcase> 2<info> 3<keywords> 4FTP 5</keywords> 6</info> 7 8# Server-side 9<reply> 10<servercmd> 11DELAY CWD 60 12</servercmd> 13</reply> 14 15# Client-side 16<client> 17<server> 18ftp 19</server> 20<killserver> 21ftp 22</killserver> 23 <name> 24FTP download with strict timeout and slow CWD 25 </name> 26 <command timeout="1"> 27ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME2 28</command> 29</client> 30 31# Verify data after the test has been "shot" 32<verify> 33# 28 is CURLE_OPERATION_TIMEDOUT 34<errorcode> 3528 36</errorcode> 37<protocol> 38USER anonymous 39PASS ftp@example.com 40PWD 41CWD path 42</protocol> 43</verify> 44</testcase> 45