home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / xtli1.exe / XTLI1.TXT < prev   
Text File  |  1994-09-14  |  2KB  |  64 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Sample code - TLI(SPX) client/server app.
  5. DOCUMENT ID:        TID021854
  6. DOCUMENT REVISION:  A
  7. DATE:               13SEP94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         XTLI1.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NLM SDK for NetWare 4.0 1.0c
  14.  
  15. ABSTRACT:
  16.  
  17. This self extracting zip file contains sample source code and executable which
  18. demonstrates how to write a basic TLI client/server application.  The example
  19. uses SPX/SPX2 as the underlying protocol.  The SAPping server portion will
  20. send a specified text file to requesting clients.
  21.  
  22. -----------------------------------------------------------------
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  25. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  26. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  27. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  28. -----------------------------------------------------------------
  29.  
  30. ISSUE
  31.  
  32. XTLI1.TXT      This file.
  33. FILETX.C       'C' source code for NLM -server- to transmit
  34.                 file to clients.
  35. FILETX.NLM     NLM sample executable.
  36. FILERX.C       'C' source code for DOS -client- to recieve
  37.                 file from server.
  38. FILERX.EXE     DOS sample executable.
  39.  
  40. Please note the Server SAP type number used in this sample code [0x0275] must
  41. not be used in a production application; as that it is registered to Novell
  42. Developer Support as a Sample Code server SAP type.
  43.  
  44. Self-Extracting File Name:  XTLI1.EXE     Revision:  A
  45.  
  46. Files Included     Size     Date      Time
  47.  
  48. \
  49.    XTLI1.TXT             (This File)
  50.   FILETX.C        21401   09-13-94    3:54p
  51.   FILETX.NLM      13655   09-13-94    3:55p
  52.   FILERX.C        10053   09-13-94    5:21p
  53.   FILERX.EXE      45961   09-13-94    5:22p
  54.  
  55.  
  56. -----------------------------------------------------------------
  57. Any trademarks referenced in this document are the property of their
  58. respective owners.  Consult your product manuals for complete trademark
  59. information.
  60. -----------------------------------------------------------------
  61.  
  62.  
  63.  
  64.