1<testcase> 2<info> 3<keywords> 4FTP 5RETR 6multi 7LIST 8</keywords> 9</info> 10 11# Server-side 12<reply> 13<data> 14</data> 15<servercmd> 16DELAY LIST 2 17DELAY TYPE 2 18</servercmd> 19</reply> 20 21# Client-side 22<client> 23<server> 24ftp 25</server> 26<tool> 27lib1501 28</tool> 29 <name> 30FTP with multi interface and slow LIST response 31 </name> 32 <command> 33ftp://%HOSTIP:%FTPPORT/1501/ 34</command> 35</client> 36# Verify data after the test has been "shot" 37<verify> 38<errorcode> 390 40</errorcode> 41<protocol> 42USER anonymous 43PASS ftp@example.com 44PWD 45CWD 1501 46EPSV 47TYPE A 48LIST 49QUIT 50</protocol> 51 52</verify> 53</testcase> 54