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/1103 31</command> 32</client> 33 34# Verify data after the test has been "shot" 35<verify> 36<protocol> 37USER anonymous 38PASS ftp@example.com 39PWD 40SYST 41EPSV 42TYPE I 43SIZE 1103 44RETR 1103 45QUIT 46</protocol> 47</verify> 48</testcase> 49