home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / P.SQL / PTKPKG.1 / VSLDOS.FTP < prev    next >
Encoding:
Text File  |  1998-05-06  |  4.5 KB  |  185 lines

  1. ;
  2. ;   VSL default settings
  3. ;
  4. [vsl-default]
  5. ;   transport=netkey    this is the network key of the default transport
  6. ;                       that the VSL will use if the netkey passed to
  7. ;                       InitVSL() is NULL
  8. transport=ftp22
  9.  
  10. ;    trace=tracelevel
  11. ;    VSL tracing bit settings: - default is 1+2
  12. ;    0  /* do not trace, even in an error condition */
  13. ;    1  /* msgs from 3rd party socket lib */
  14. ;    2  /* VSL detected errors */
  15. ;    4  /* VSL call tracing, implies 1+2+32 */
  16. ;    8  /* hex dump of received data */
  17. ;    16 /* hex dump of sent data */
  18. ;    32 /* msgs from VSL TSR code */
  19. ;trace=4
  20.  
  21. ;    DosExtenderApi=list-of-protectmode-apis
  22. ;    Examples:  DosExtenderApi=dpmi       - use DPMI host services
  23. ;               DosExtenderApi=xm         - use MicroFocus XM API services
  24. ;               DosExtenderApi=dos16m     - use Rational DOS/16M API services
  25. ;               DosExtenderApi=dpmi,xm    - try DPMI and then XM
  26. ;    This keyword is specific to VSL for DOS; it's ignored by
  27. ;       VSL for Windows (which always uses DPMI)
  28. ;
  29. ; dosextenderapi=dpmi,xm,dos16m
  30. ;
  31. ;
  32. ;    Transports supported by the VSL.
  33. ;    netkey=description where netkey is the network key for the transport and
  34. ;                       description is the name or title of the transport.
  35. ;
  36. [vsl-transports]
  37. 3open="3Com 3+Open TCP"
  38. bw="Beame & Whiteside TCP/IP"
  39. dectcp="DECNET TCP/IP"
  40. dlink="D-Link TCP/IP for DOS"
  41. novlwp="Novell LAN WorkPlace for DOS"
  42. ftp="FTP PC/TCP"
  43. ftp22="FTP PC/TCP Version 2.2"
  44. hparpa="HP ARPA Services for DOS"
  45. ibmtcp="IBM TCP"
  46. locus2="Locus TCP/IP for DOS"
  47. lanman="Microsoft LAN Manager TCP/IP"
  48. pcnfs="Sun PC-NFS"
  49. pcnfs2="Sun PC-NFS v3.5"
  50. pcnfs4="Sun PC-NFS v4.0"
  51. netone="Ungermann-Bass Net/One"
  52. wintcp="Wollongong WIN/TCP for DOS"
  53. pathway="Wollongong PathWay Access for DOS"
  54.  
  55. ;
  56. ;    Transport specific information
  57. ;
  58. [ftp-transport]
  59. ;   protocol=       This line is only used by JSB MultiView DeskTop
  60. protocol=rlogin,telnet,rsh,rexec
  61. ;   dllmodule=      This line is only used by JSB MultiView DeskTop
  62. dllmodule=MSOCKLIB.DLL
  63. ;   netmodule=      For a TSR supported transport, this should contain
  64. ;                   the TSR signature.
  65. ;                   For a DLL supported transport, the name of the DLL
  66. netmodule=MFTP
  67. ;   netinterface=   This entry should contain TSR or DLL depending on how
  68. ;                   the transport is supported through the VSL.
  69. netinterface=TSR
  70. ;   private=        This line is only used by JSB MultiView DeskTop
  71. ;private=
  72.  
  73. [ftp22-transport]
  74. protocol=rlogin,telnet,rsh,rexec
  75. dllmodule=MSOCKLIB.DLL
  76. netmodule=MFTP22
  77. netinterface=TSR
  78. ;private=
  79.  
  80. [3open-transport]
  81. protocol=rlogin,telnet,rsh,rexec
  82. dllmodule=MSOCKLIB.DLL
  83. netmodule=M3OPEN
  84. netinterface=TSR
  85. ;private=
  86.  
  87. [bw-transport]
  88. protocol=rlogin,telnet,rsh,rexec
  89. dllmodule=MSOCKLIB.DLL
  90. netmodule=MBW
  91. netinterface=TSR
  92. ;private=
  93.  
  94. [dectcp-transport]
  95. protocol=rlogin,telnet,rsh,rexec
  96. dllmodule=MSOCKLIB.DLL
  97. netmodule=MDECTCP
  98. netinterface=TSR
  99. ;private=
  100.  
  101. [dlink-transport]
  102. protocol=rlogin,telnet,rsh,rexec
  103. dllmodule=MSOCKLIB.DLL
  104. netmodule=MLOCUS2
  105. netinterface=TSR
  106. ;private=
  107.  
  108. [pcnfs4-transport]
  109. protocol=rlogin,telnet,rsh,rexec
  110. dllmodule=MSOCKLIB.DLL
  111. netmodule=MPCNFS2
  112. netinterface=TSR
  113. ;private=
  114.  
  115. [novlwp-transport]
  116. protocol=rlogin,telnet,rsh,rexec
  117. dllmodule=MSOCKLIB.DLL
  118. netmodule=MNOVLWP
  119. netinterface=TSR
  120. ;private=
  121.  
  122. [hparpa-transport]
  123. protocol=rlogin,telnet,rsh,rexec
  124. dllmodule=MSOCKLIB.DLL
  125. netmodule=M3OPEN
  126. netinterface=TSR
  127. ;private=
  128.  
  129. [ibmtcp-transport]
  130. protocol=rlogin,telnet,rsh,rexec
  131. dllmodule=MSOCKLIB.DLL
  132. netmodule=MIBMTCP
  133. netinterface=TSR
  134. ;private=
  135.  
  136. [lanman-transport]
  137. protocol=rlogin,telnet,rsh,rexec
  138. dllmodule=MSOCKLIB.DLL
  139. netmodule=M3OPEN
  140. netinterface=TSR
  141. ;private=
  142.  
  143. [locus2-transport]
  144. protocol=rlogin,telnet,rsh,rexec
  145. dllmodule=MSOCKLIB.DLL
  146. netmodule=MLOCUS2
  147. netinterface=TSR
  148. ;private=
  149.  
  150. [pcnfs-transport]
  151. protocol=rlogin,telnet,rsh,rexec
  152. dllmodule=MSOCKLIB.DLL
  153. netmodule=MPCNFS
  154. netinterface=TSR
  155. ;private=
  156.  
  157. [pcnfs2-transport]
  158. protocol=rlogin,telnet,rsh,rexec
  159. dllmodule=MSOCKLIB.DLL
  160. netmodule=MPCNFS2
  161. netinterface=TSR
  162. ;private=
  163.  
  164. [netone-transport]
  165. protocol=rlogin,telnet,rsh,rexec
  166. dllmodule=MSOCKLIB.DLL
  167. netmodule=MNETONE
  168. netinterface=TSR
  169. ;private=
  170.  
  171. [wintcp-transport]
  172. protocol=rlogin,telnet,rsh,rexec
  173. dllmodule=MSOCKLIB.DLL
  174. netmodule=MWINTCP
  175. netinterface=TSR
  176. ;private=
  177.  
  178. [pathway-transport]
  179. protocol=rlogin,telnet,rsh,rexec
  180. dllmodule=MSOCKLIB.DLL
  181. netmodule=MPATHWAY
  182. netinterface=TSR
  183. ;private=
  184.  
  185.