home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / WINSOCK / PASTEL10 / TELNETD.TXT < prev    next >
Text File  |  1995-02-09  |  1KB  |  42 lines

  1. Telnet Daemon  for Borland Pascal 7 
  2. Public Domain by Mike Caughran 
  3. Cedar Island Software 1995
  4. Use this at your own risk.
  5.  
  6.  
  7. This is a demo telnet daemon for Windows Winsock V1.1
  8. and Borland Pascal 7.  It is not a complete telnetd
  9. but it does show the basics of two way communications
  10. over the telnet port.  
  11.  
  12. It is basically useless (and maybe a bit dangerous) in 
  13. its present form but may be useful for testing telnet
  14. apps.  Its main use is as a starting point for further
  15. work.  
  16.  
  17. Feel free to modify it as you see fit.  If you do,
  18. please release your modifications under a different
  19. name than PASTEL10.ZIP
  20. .  
  21. Please leave this archive intact so that the next guy 
  22. has a known starting point to work with.
  23.  
  24. All the best,
  25. Mike Caughran
  26. Cedar Island Software
  27. Juneau Alaska 99801
  28. 71034.2371@compuserve.com
  29.  
  30.  
  31. Title:          PASTEL10.ZIP  Pascal Winsock TelnetD Example
  32. Version:        1.0
  33. Description:    Pascal Winsock programming example for a telnet daemon.
  34. Author:         Mike Caughran   71034.2371@compuserve.com   907-789-9030
  35. Maintained-by:  Mike Caughran.
  36. Maintained-at:  sunsite.unc.edu   CompuServe (BPascal)   BBS:907-789-1694
  37. Platforms:      Windows 3.1 or better.   WINSOCK.DLL   TCP/IP stack.
  38.         Borland Pascal 7.
  39. Copying-Policy: "Public Domain"
  40. Keywords:       WINSOCK PASCAL WINCRT TELNETD CLIENT SERVER TCPIP EXAMPLE
  41.  
  42.