File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1242
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: TFTP
    5: TFTP RRQ
    6: </keywords>
    7: </info>
    8: 
    9: #
   10: # Server-side
   11: <reply>
   12: <data>
   13: a chunk of
   14: data
   15: returned
   16:  to client
   17: </data>
   18: </reply>
   19: 
   20: #
   21: # Client-side
   22: <client>
   23: <server>
   24: tftp
   25: </server>
   26:  <name>
   27: TFTP retrieve without TFTP options requests
   28:  </name>
   29:  <command>
   30: tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options
   31: </command>
   32: </client>
   33: 
   34: #
   35: # Verify pseudo protocol after the test has been "shot"
   36: <verify>
   37: <protocol>
   38: opcode: 1
   39: mode: octet
   40: filename: /1242
   41: </protocol>
   42: </verify>
   43: </testcase>

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