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 "QGPL" is the current library 17REPLY SYST 215 OS/400 runs this server 18REPLY SITE 250 Name format set to 1 19</servercmd> 20</reply> 21 22# Client-side 23<client> 24<server> 25ftp 26</server> 27 <name> 28FTP OS/400 server name format check 29 </name> 30 <command> 31ftp://%HOSTIP:%FTPPORT/1102 32</command> 33</client> 34 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38USER anonymous 39PASS ftp@example.com 40PWD 41SYST 42SITE NAMEFMT 1 43PWD 44EPSV 45TYPE I 46SIZE 1102 47RETR 1102 48QUIT 49</protocol> 50</verify> 51</testcase> 52