home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 19 / PCL_19.iso / kit / telnet / qvtnet.ini < prev    next >
INI File  |  1994-12-12  |  14KB  |  737 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;       QVTNET.INI
  4. ;
  5. ;       Global configuration file for WinQVT/Net
  6. ;
  7. ;-----------------------------------------------------------------------------
  8.  
  9.  
  10. [net]
  11.  
  12. ;
  13. ; hostdir
  14. ;
  15. ; Location of the 'hosts' file
  16. ; If omitted, WinQVT/Net will look in \WINDOWS
  17. ;
  18. hostdir=
  19.  
  20.  
  21. [localio]
  22. ;-----------------------------------------------------------------------------
  23. ;
  24. ;       PC Keyboard and printer information
  25. ;
  26. ;-----------------------------------------------------------------------------
  27.  
  28. ;
  29. ; kb_type
  30. ;
  31. ; 'enhanced': IBM 101-key 'Enhanced' keyboard
  32. ; 'lk250':    DEC LK250 keyboard
  33. ;
  34. kb_type=enhanced
  35.  
  36. ;
  37. ; keypad
  38. ;
  39. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  40. ;
  41. keypad=DEC
  42.  
  43. ;
  44. ; nl_mode
  45. ;
  46. ; Should <NumLock> key be forced ON ('lock') or left alone ('unlock')
  47. ; Use 'unlock' with laptops
  48. ;
  49. nl_mode=lock
  50.  
  51. ;
  52. ; printer
  53. ;
  54. ; Specifies the default local printer for print-screen and
  55. ; slave-printing. If left blank, the default Windows printer
  56. ; will be used.
  57. ;
  58. ; The argument to this directive should of the form used by
  59. ; the 'device=' statement in the [windows] section of WIN.INI.
  60. ;
  61. printer=
  62.  
  63.  
  64. [console]
  65. ;-----------------------------------------------------------------------------
  66. ;
  67. ;       Console Information
  68. ;
  69. ;-----------------------------------------------------------------------------
  70. ;
  71. ; winpos
  72. ;
  73. ; The initial screen location of the Console window
  74. ; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
  75. ; and 'y' is the vertical pixel offset.
  76. ; If not present, the console will be placed in the upper right corner
  77. ;
  78. winpos=
  79.  
  80. ;
  81. ; window
  82. ;
  83. ; Specifies whether the console message area should be displayed
  84. ; or hidden at program startup
  85. ;
  86. window=visible
  87.  
  88. ;
  89. ; forecolor
  90. ;
  91. ; The color that will be used to display text in the console window
  92. ; Use any of the standard IBM color names, or a 3-part RGB color spec
  93. ; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
  94. ; and 255.
  95. ;
  96. forecolor=black
  97.  
  98. ;
  99. ; backcolor
  100. ;
  101. ; The background color of the console window
  102. ; See 'forecolor' (above) for available choices
  103. ;
  104. backcolor=192,192,192
  105.  
  106. ;
  107. ; logging
  108. ;
  109. ; Specifies whether or not console messages should automatically be
  110. ; copied to the default logfile CONSOLE.LOG.
  111. ;
  112. logging=ON
  113.  
  114. ;
  115. ; auto_start
  116. ;
  117. ; A list of up to five clients that should be launched at program startup.
  118. ; To auto-start a terminal session, use the name of the terminal configuration,
  119. ; as listed in 'QVTNET.RC'.
  120. ; You may also auto-start 'ftp', 'nntp', and 'mail'.
  121. ;
  122. auto_start=
  123.  
  124. ;
  125. ; editor
  126. ;
  127. ; Name of the text editor that the news reader and mail utility will use
  128. ;
  129. editor=notepad
  130.  
  131. ;
  132. ; Network event dispatching
  133. ; 'async' is preferred, but may not work well in all situations
  134. ; use 'sync' if async is not producing good results (e.g., loss of data)
  135. ;
  136. dispatch=async
  137.  
  138.  
  139. [servers]
  140. ;-----------------------------------------------------------------------------
  141. ;
  142. ;       Server Information
  143. ;
  144. ;-----------------------------------------------------------------------------
  145. ;
  146. ; ftp
  147. ;
  148. ; If 'on', the ftp server will be started at program startup time
  149. ;
  150. ftp=off
  151.  
  152. ;
  153. ; rcp
  154. ;
  155. ; If 'on', the rcp server will be started at program startup time
  156. ;
  157. rcp=off
  158.  
  159. ;
  160. ;
  161. ; smtp
  162. ;
  163. ; If 'on', the SMTP server will be started at program startup time
  164. ;
  165. smtp=off
  166.  
  167. ; passfile
  168. ;
  169. ; The name of the file which contains security information for remote ftp logins
  170. ; This file is created and maintained by the PASSWD.EXE utility.
  171. ; Use a fully-qualified pathname.
  172. ; Note: FTP users must have a username and password to log on!
  173. ;
  174. passfile=
  175.  
  176. ;
  177. ; login_dir
  178. ;
  179. ; The directory to which authorized FTP users will be attached at login time
  180. ;
  181. login_dir=
  182.  
  183. ;
  184. ; anonftp_dir
  185. ;
  186. ; The directory to which anonymous ftp users will be attached at login,
  187. ; and to which they will be restricted during sessions.
  188. ; If left blank, anonymous logins will not be permitted!
  189. ;
  190. anonftp_dir=
  191.  
  192. ;
  193. ; acl_default
  194. ;
  195. ; Specifies the default access for unlisted directories: allow | deny
  196. ;
  197. acl_default=allow
  198.  
  199.  
  200. [terminal]
  201. ;-----------------------------------------------------------------------------
  202. ;
  203. ;       Terminal Client Setup
  204. ;
  205. ;-----------------------------------------------------------------------------
  206. ;
  207. ; port
  208. ;
  209. ; default TCP port to use: telnet or rlogin
  210. ;
  211. port=telnet
  212.  
  213. ;
  214. ; forecolor
  215. ;
  216. ; The color which will be used to display text
  217. ;
  218. forecolor=white
  219.  
  220. ;
  221. ; backcolor
  222. ;
  223. ; The background color of the Terminal window
  224. ;
  225. backcolor=black
  226.  
  227. ;
  228. ; boldcolor
  229. ;
  230. ; The color which will be used to display 'high-intensity' text
  231. ;
  232. boldcolor=cyan
  233.  
  234. ;
  235. ; backspace
  236. ;
  237. ; The ASCII value which will be transmitted by the <Backspace> key
  238. ;
  239. backspace=DEL
  240.  
  241. ;
  242. ; local_echo
  243. ;
  244. ; Should keystrokes be echoed locally, or by the host?
  245. ;
  246. local_echo=off
  247.  
  248. ;
  249. ; wrap
  250. ;
  251. ; Automatically wrap back to column 1 after reaching EOL
  252. ;
  253. wrap=on
  254.  
  255. ;
  256. ; terminal
  257. ;
  258. ; Which terminal to emulate: VT200, VT100, VT52
  259. ;
  260. terminal=VT200
  261.  
  262. ;
  263. ; keypad_mode
  264. ;
  265. ; Indicates whether keypads will be in 'numeric' or 'application'
  266. ; mode at startup
  267. ;
  268. keypad_mode=numeric
  269.  
  270. ;
  271. ; negotiate
  272. ;
  273. ; Enable/disable Telnet terminal-type negotiation
  274. ; Form is 'negotiate=<all|default>,<yes|no>
  275. ; The first parameter indicates whether telnet negotiations should be
  276. ; done for all connections (the default), or only to those which connect
  277. ; to the default telnet port (23).
  278. ; The second parameter specifies whether or not 'terminal type'
  279. ; negotiations should be enabled.
  280. ;
  281. negotiate=all,yes
  282.  
  283. ;
  284. ; font
  285. ;
  286. ; Which font to use: DEC, IBM, ANSI, Terminal
  287. ;
  288. font=DEC
  289.  
  290. ;
  291. ; fontsize
  292. ;
  293. ; Use 'large' or 'small' DEC font (when 'font=DEC')
  294. ;
  295. fontsize=LARGE
  296.  
  297. ;
  298. ; custom_font
  299. ;
  300. ; Which font to use as the 'custom' font
  301. ;
  302. custom_font=
  303.  
  304. ;
  305. ; bell
  306. ;
  307. ; Will the terminal's bell sound when the BEL character is received?
  308. ;
  309. bell=on
  310.  
  311. ;
  312. ; win_height
  313. ;
  314. ; The height of the terminal window, in text lines.
  315. ; 12 <=win_height <= 48
  316. ;
  317. win_height=24
  318.  
  319. ;
  320. ; win_width
  321. ;
  322. ; The width of the terminal window, in text columns
  323. ; 40 <=win_height <= 160
  324. ;
  325. win_width=80
  326.  
  327. ;
  328. ; scrollbar
  329. ;
  330. ; Specifies whether the Terminal window will have scrollbars
  331. ;
  332. scrollbar=ON
  333.  
  334. ;
  335. ; buffer
  336. ;
  337. ; Specifies the number of lines in the scrollback buffer
  338. ;
  339. buffer=72
  340.  
  341. ;
  342. ; script
  343. ;
  344. ; The name of the file containing script commands to be executed
  345. ; after a connection has been established
  346. ;
  347. script=
  348.  
  349. ;
  350. ; keymap
  351. ;
  352. ; The name of the file containing default key redefinitions
  353. ; Fully-qualified pathname recommended
  354. ;
  355. keymap=
  356.  
  357. ;
  358. ; username
  359. ;
  360. ; The default username to supply to the 'rlogin' protocol
  361. ;
  362. username=
  363.  
  364. ;
  365. ; print_mode
  366. ;
  367. ; Specifies whether local printing should be done in 'normal' (text)
  368. ; mode or 'transparent' mode.
  369. ;
  370. print_mode=normal
  371.  
  372.  
  373. [ftp]
  374. ;-----------------------------------------------------------------------------
  375. ;
  376. ;       FTP Client Setup
  377. ;
  378. ;-----------------------------------------------------------------------------
  379. ;
  380. ; font
  381. ;
  382. ; The font that will be used to display text in the FTP window
  383. ; Available choices are 'system' and 'ansi'
  384. ;
  385. font=SYSTEM
  386.  
  387. ;
  388. ; forecolor
  389. ;
  390. ; The color that will be used to display text in the FTP window
  391. ; You can use one of the 8 standard IBM PC colors, or an RGB color
  392. ; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
  393. ; between 0 and 255.
  394. ;
  395. forecolor=black
  396.  
  397. ;
  398. ; backcolor
  399. ;
  400. ; The background color of the FTP window
  401. ; Use one of the standard IBM PC colors, or an RGB color spec.
  402. ;
  403. backcolor=192,192,192
  404.  
  405. ;
  406. ; winpos
  407. ;
  408. ; The initial position of the FTP window.
  409. ; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
  410. ; expressed in decimal.
  411. ;
  412. winpos=
  413.  
  414. ;
  415. ; autologin
  416. ;
  417. ; Initiate a login dialog at window create time
  418. ;
  419. autologin=off
  420.  
  421. ;
  422. ; logindir
  423. ;
  424. ; Specifies the local directory which will be the initial attach point
  425. ; for the FTP client
  426. ;
  427. logindir=
  428.  
  429. ;
  430. ; savedir
  431. ;
  432. ; Specifies the loc