1<testcase> 2<info> 3<keywords> 4FTP 5PASV 6LIST 7NOBODY 8</keywords> 9</info> 10# 11# Server-side 12<reply> 13<datacheck> 14</datacheck> 15</reply> 16 17# 18# Client-side 19<client> 20<server> 21ftp 22</server> 23<name> 24FTP dir list PASV with -I 25</name> 26<command> 27ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ -I 28</command> 29</client> 30 31# 32# Verify data after the test has been "shot" 33<verify> 34<strip> 35QUIT 36</strip> 37<protocol> 38USER anonymous 39PASS ftp@example.com 40PWD 41CWD %TESTNUMBER 42QUIT 43</protocol> 44</verify> 45</testcase> 46