1<testcase> 2# 3# This test is like 585 but uses passive FTP instead of HTTP 4# 5<info> 6<keywords> 7FTP 8</keywords> 9</info> 10# 11# Server-side 12<reply> 13<data> 14moo 15</data> 16<datacheck> 17[OPEN] counter: 1 18[OPEN] counter: 2 19moo 20[CLOSE] counter: 2 21[CLOSE] counter: 1 22</datacheck> 23</reply> 24 25# Client-side 26<client> 27<server> 28ftp 29</server> 30# tool is what to use instead of 'curl' 31<tool> 32lib585 33</tool> 34 35 <name> 36verify close callbacks with passive FTP 37 </name> 38 <command> 39ftp://%HOSTIP:%FTPPORT/595 log/ip595 40</command> 41</client> 42 43# 44# Verify data after the test has been "shot" 45<verify> 46<protocol> 47USER anonymous 48PASS ftp@example.com 49PWD 50EPSV 51TYPE I 52SIZE 595 53RETR 595 54QUIT 55</protocol> 56</verify> 57</testcase> 58