1<testcase> 2<info> 3<keywords> 4FTP 5PASV 6RETR 7</keywords> 8</info> 9# Server-side 10<reply> 11<servercmd> 12REPLY PASS 633 XXXXXXXX\x00\x00XXXXXXXX 13</servercmd> 14</reply> 15 16# Client-side 17<client> 18<server> 19ftp 20</server> 21<features> 22GSS-API 23</features> 24<name> 25FTP with 633 response before gss initialized 26</name> 27<command> 28ftp://%HOSTIP:%FTPPORT/%TESTNUMBER 29</command> 30 31</client> 32 33# Verify data after the test has been "shot" 34<verify> 35<protocol> 36USER anonymous 37PASS ftp@example.com 38</protocol> 39 40# 67 == CURLE_LOGIN_DENIED 41<errorcode> 4267 43</errorcode> 44</verify> 45</testcase> 46