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