1<testcase> 2<info> 3<keywords> 4FTP 5PORT 6RETR 7421 8timeout 9FAILURE 10</keywords> 11</info> 12# Server-side 13<reply> 14<servercmd> 15REPLY CWD 421 Timeout! 16</servercmd> 17</reply> 18 19# Client-side 20<client> 21<server> 22ftp 23</server> 24<name> 25FTP with 421 timeout response 26</name> 27<command> 28ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER 29</command> 30</client> 31 32# Verify data after the test has been "shot" 33<verify> 34# Strip all valid kinds of PORT and EPRT that curl can send 35<protocol> 36USER anonymous 37PASS ftp@example.com 38PWD 39CWD a 40</protocol> 41# CURLE_OPERATION_TIMEDOUT is 28 42<errorcode> 4328 44</errorcode> 45</verify> 46</testcase> 47