File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1449
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: # initially based on test110
    3: <info>
    4: <keywords>
    5: FTP
    6: PASV
    7: RETR
    8: Resume
    9: </keywords>
   10: </info>
   11: # Server-side
   12: <reply>
   13: </reply>
   14: 
   15: # Client-side
   16: <client>
   17: <server>
   18: ftp
   19: </server>
   20:  <name>
   21: FTP download range with integer overflow
   22:  </name>
   23:  <command>
   24: ftp://%HOSTIP:%FTPPORT/1449 -r 36893488147419103232-
   25: </command>
   26: </client>
   27: 
   28: # Verify data after the test has been "shot"
   29: <verify>
   30: <protocol>
   31: USER anonymous
   32: PASS ftp@example.com
   33: PWD
   34: EPSV
   35: QUIT
   36: </protocol>
   37: </verify>
   38: </testcase>

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