1<testcase> 2<info> 3<keywords> 4FTP 5SYST 6SITE 7OS400 8</keywords> 9</info> 10# Server-side 11<reply> 12<data nocheck="yes"> 13blabla 14</data> 15<servercmd> 16REPLY PWD 257 "C:/somedir" is the current directory 17REPLY SYST 215 unknown-OS runs this server 18</servercmd> 19</reply> 20 21# Client-side 22<client> 23<server> 24ftp 25</server> 26<name> 27FTP non-OS/400 server 28</name> 29<command> 30ftp://%HOSTIP:%FTPPORT/%TESTNUMBER 31</command> 32</client> 33 34# Verify data after the test has been "shot" 35<verify> 36<strip> 37QUIT 38</strip> 39<protocol> 40USER anonymous 41PASS ftp@example.com 42PWD 43SYST 44EPSV 45TYPE I 46SIZE %TESTNUMBER 47RETR %TESTNUMBER 48QUIT 49</protocol> 50</verify> 51</testcase> 52