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