| xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> | 
 | 2 | <info> | 
 | 3 | <keywords> | 
 | 4 | FTP | 
 | 5 | PASV | 
 | 6 | RETR | 
 | 7 | multi | 
 | 8 | non-existing host | 
 | 9 | </keywords> | 
 | 10 | </info> | 
 | 11 |  | 
 | 12 | # Server-side | 
 | 13 | <reply> | 
 | 14 | <data> | 
 | 15 | </data> | 
 | 16 |  | 
 | 17 | <servercmd> | 
 | 18 | REPLY RETR 550 the file doesn't exist | 
 | 19 | REPLY SIZE 500 Can't check for file existence | 
 | 20 | </servercmd> | 
 | 21 | </reply> | 
 | 22 |  | 
 | 23 | # Client-side | 
 | 24 | <client> | 
 | 25 | <server> | 
 | 26 | ftp | 
 | 27 | </server> | 
 | 28 | <tool> | 
 | 29 | lib533 | 
 | 30 | </tool> | 
 | 31 |  <name> | 
 | 32 | FTP RETR twice using multi: non-existing host and non-existing file | 
 | 33 |  </name> | 
 | 34 |  <command> | 
 | 35 | ftp://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 | <protocol> | 
 | 42 | USER anonymous
 | 
 | 43 | PASS ftp@example.com
 | 
 | 44 | PWD
 | 
 | 45 | CWD path
 | 
 | 46 | EPSV
 | 
 | 47 | TYPE I
 | 
 | 48 | SIZE %TESTNUMBER
 | 
 | 49 | RETR %TESTNUMBER
 | 
 | 50 | QUIT
 | 
 | 51 | </protocol> | 
 | 52 | </verify> | 
 | 53 | </testcase> |