File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1282
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    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@example.com
   38: </protocol>
   39: 
   40: # 67 == CURLE_LOGIN_DENIED
   41: <errorcode>
   42: 67
   43: </errorcode>
   44: </verify>
   45: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>