File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test225
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: FAILURE
    6: </keywords>
    7: </info>
    8: # Client-side
    9: <client>
   10: <server>
   11: ftp
   12: </server>
   13:  <name>
   14: FTP %0a-code in URL's name part
   15:  </name>
   16:  <command>
   17: ftp://bad%0auser:passwd@%HOSTIP:%FTPPORT/225%0a
   18: </command>
   19: </client>
   20: 
   21: # Verify data after the test has been "shot"
   22: <verify>
   23: # 3 == CURLE_URL_MALFORMAT
   24: <errorcode>
   25: 3
   26: </errorcode>
   27: </verify>
   28: </testcase>

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