1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6RETR 7post-quote 8pre-quote 9</keywords> 10</info> 11# Server-side 12<reply> 13<data> 14data 15 to 16 see 17that FTP 18works 19 so does it? 20</data> 21</reply> 22 23# Client-side 24<client> 25<server> 26ftp 27</server> 28<name> 29ftp download with post- and pre-transfer delete operations 30</name> 31<command> 32ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "-DELE after_transfer" -Q "DELE before_transfer" 33</command> 34</client> 35 36# Verify data after the test has been "shot" 37<verify> 38<strip> 39QUIT 40</strip> 41<protocol> 42USER anonymous 43PASS ftp@example.com 44PWD 45DELE before_transfer 46EPSV 47TYPE I 48SIZE %TESTNUMBER 49RETR %TESTNUMBER 50DELE after_transfer 51QUIT 52</protocol> 53</verify> 54</testcase> 55