1<testcase> 2<info> 3<keywords> 4FTP 5PASV 6RETR 7multi 8</keywords> 9</info> 10 11# Server-side 12<reply> 13<data> 14file contents should appear once for each file 15</data> 16<datacheck> 17file contents should appear once for each file 18file contents should appear once for each file 19file contents should appear once for each file 20file contents should appear once for each file 21</datacheck> 22</reply> 23 24# Client-side 25<client> 26<server> 27ftp 28</server> 29<tool> 30lib%TESTNUMBER 31</tool> 32<name> 33FTP RETR same file using different handles but same connection 34</name> 35<command> 36ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER 37</command> 38</client> 39 40# Verify data after the test has been "shot" 41<verify> 42<strip> 43QUIT 44</strip> 45<protocol> 46USER anonymous 47PASS ftp@example.com 48PWD 49CWD path 50EPSV 51TYPE I 52SIZE %TESTNUMBER 53RETR %TESTNUMBER 54EPSV 55SIZE %TESTNUMBER 56RETR %TESTNUMBER 57EPSV 58SIZE %TESTNUMBER 59RETR %TESTNUMBER 60EPSV 61SIZE %TESTNUMBER 62RETR %TESTNUMBER 63QUIT 64</protocol> 65</verify> 66</testcase> 67