1<testcase> 2<info> 3<keywords> 4FTP 5PASV 6RETR 7multi 8non-existing host 9</keywords> 10</info> 11 12# Server-side 13<reply> 14<data> 15</data> 16 17<servercmd> 18REPLY RETR 550 the file doesn't exist 19REPLY SIZE 500 Can't check for file existence 20</servercmd> 21</reply> 22 23# Client-side 24<client> 25<server> 26ftp 27</server> 28<tool> 29lib533 30</tool> 31<name> 32FTP RETR twice using multi: non-existing host and non-existing file 33</name> 34<command> 35ftp://non-existing-host.haxx.se/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER 36</command> 37</client> 38 39# Verify data after the test has been "shot" 40<verify> 41<strip> 42QUIT 43</strip> 44<protocol> 45USER anonymous 46PASS ftp@example.com 47PWD 48CWD path 49EPSV 50TYPE I 51SIZE %TESTNUMBER 52RETR %TESTNUMBER 53QUIT 54</protocol> 55</verify> 56</testcase> 57