home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / perqb / pq2ker.men < prev    next >
Text File  |  2020-01-01  |  21KB  |  785 lines

  1. DEBUG
  2.  
  3. 17
  4. Main Menu
  5. Kermit-Perq
  6. Kermit-Perq Main Commands.
  7.  
  8. This is the main command level of Kermit-Perq.  A command can be invoked by
  9. typing its (abbreviated) name, or by pressing tabswitch and selecting it
  10. on the PopUp menu.  If a command requires further keywords or parameters,
  11. you will be prompted for them.  When prompted for a keyword, you may always
  12. press tabswitch to get a PopUp menu, and also always press HELP to get an 
  13. explanation.  A prompt for a keyword may be cancelled by entering a blank
  14. line, and you will be returned to the previous command level.  Repeated
  15. RETURN's will eventually return you to the main command level.
  16.  
  17. To speed up typing, you may always enter the rest of the command line
  18. on one line, e.g. SET PARITY EVEN may be issued as :
  19.  
  20. Kermit-Perq>SET
  21. SET>PARITY
  22. SET PARITY>EVEN
  23. Kermit-Perq>
  24.  
  25. or simply as:
  26.  
  27. Kermit-Perq>SET PARITY EVEN
  28. Kermit-Perq>
  29.  
  30. Note that the commands, except for SHOW, STATUS and progress reporting
  31. from lengthy commands, are 'silent', i.e. successful execution is not
  32. accompanied by any output.
  33.  
  34. Ctrl-C will return you to the main command level of Kermit-Perq, after
  35. doing any necessary cleanup, such as aborting a file transfer in progress.
  36. Ctrl-Shift-C will return to the main command level immediately.
  37. >
  38. SEND
  39. -1 
  40. SEND Filename
  41. Send specified file(s) to remote Kermit.  File may be text or binary,
  42. but binary file transfer will only be successful if 8-bit quoting is
  43. supported or PARITY NONE is specified.   
  44.  
  45. Format: SEND <local filename> [<remote filename>] 
  46.  
  47. <filename> may contain wildcards.  When <remote filename> is
  48. specified, this is the name for the file under which it will be
  49. stored on the other machine.  If any filename contains wildcards,
  50. the other must contain the same wildcards, in the same order.  The
  51. effect will be as with the Shell COPY command.
  52. >
  53. RECEIVE
  54. -1
  55. RECEIVE Filename
  56. Receive file(s) from remote Kermit. Use when the remote Kermit not has the
  57. SERVER facility.  A SEND command will have to be issued at the remote Kermit.
  58. File may be text or binary, but binary file transfer will only be
  59. successful if 8-bit quoting is supported or PARITY NONE is specified.
  60.  
  61. Format: RECEIVE [ [<remote filename>] <local filename> ]
  62.  
  63. When no filename is specified, just take what the other Kermit may send,
  64. and store files under the same names they are sent.
  65.  
  66. With only local filename specified, the file received will be stored
  67. under this name.  Optionally a '*' may be contained in the filename,
  68. and will be replaced by the received filename.
  69.  
  70. When both filenames are specified, the filenames received will be
  71. matched with the <remote filename> and stored as <local filename>.
  72. This is primarily intended to be used with wildcards.  If any
  73. filename contains wildcards, the other must contain the same
  74. wildcards, in the same order.  The effect will be as with the Shell
  75. COPY command.
  76.  
  77. When filenames are specified, but no wildcards, only one file may be
  78. sent from the remote Kermit.
  79. >
  80. GET
  81. -1
  82. GET Filename
  83. Receive specified file(s) from remote Kermit SERVER.   
  84. File may be text or binary, but binary file transfer will only be
  85. successful if 8-bit quoting is supported or PARITY NONE is specified.
  86.  
  87. Format: GET <remote filename> [ <local filename> ]
  88.  
  89. <filename> may contain wildcards.  When <local filename> is specified, 
  90. this is the name for the file under which it will be stored on the Perq.  
  91. If any filename contains wildcards, the other must contain the same 
  92. wildcards, in the same order.  The effect will be as with the Shell COPY 
  93. command.
  94. >
  95. EXIT
  96. 0
  97. -
  98. Leave Kermit-Perq immediately.  Reset devices etc. to the state
  99. they had before entering Kermit.
  100. NOTE:  An active remote server is not logged out.
  101. >
  102. QUIT
  103. 0
  104. -
  105. Leave Kermit-Perq immediately.  Keep the state of Kermit, so when
  106. Kermit is re-entered all SET parameters etc. are in the same state.
  107. NOTE:  An active remote server is not logged out.
  108. >
  109. PUSH
  110. 0
  111. -
  112. Not implemented.
  113. >
  114. TAKE
  115. -1
  116. TAKE filename
  117. Read Kermit-Perq commands from the file specified.  Return at end of file.
  118. Command files may be nested.  Default file extension is .CMD .
  119. Equivalent to @<filename>.
  120. >
  121. CONNECT
  122. 0
  123. -
  124. Connect as a terminal to the remote machine.  (This Kermit will function as a 
  125. dumb terminal.)   CONNECT may be aborted, and you will be returned to the
  126. main command level by pressing any tabswitch. 
  127. >
  128. BYE
  129. 0
  130. -
  131. Leave Kermit-Perq as with EXIT, but Logout remote server first.
  132. >
  133. FINISH
  134. 0
  135. -
  136. Terminate server mode and return to normal command mode on remote Kermit.
  137. >
  138. REMOTE
  139. 0
  140. -
  141. Perform command at remote server Kermit.  Not implemented.
  142. >
  143. LOCAL
  144. 0
  145. -
  146. Perform command at Perq.  Not implemented.
  147. >
  148. SERVER
  149. 0
  150.  
  151. Enter server modus on this Kermit.  The Kermit will then receive all
  152. its commands from the other Kermit, and be fully controlled by it.
  153. (That means there is no exit from server modus until the other Kermit
  154. relinquishes its control.)
  155.  
  156. Server modus is not yet implemented.
  157.  
  158. >
  159. SET
  160. 17
  161. Set parameter
  162. SET
  163. Alter parameters governing the way Kermit-Perq works.
  164. Format: SET <parameter> <value>
  165. >
  166. BAUD
  167. 8
  168. Set baudrate
  169. BAUDRATE
  170. Defines the transmission and reception speed of the RS232 line.
  171. Default setting is 4800 baud, which should be used in the RUNIT
  172. environment to be able to talk with most other computers.
  173. >
  174. 110
  175. 0
  176. -
  177. Sets 110 bps transmission/reception speed.
  178. >
  179. 150
  180. 0
  181. -
  182. Sets 150 bps transmission/reception speed.
  183. >
  184. 300 
  185. 0
  186. -
  187. Sets 300 bps transmission/reception speed.
  188. >
  189. 600
  190. 0
  191. -
  192. Sets 600 bps transmission/reception speed.
  193. >
  194. 1200
  195. 0
  196. -
  197. Sets 1200 bps transmission/reception speed.
  198. >
  199. 2400
  200. 0
  201. -
  202. Sets 2400 bps transmission/reception speed.
  203. >
  204. 4800
  205. 0
  206. -
  207. Sets 4800 bps transmission/reception speed.
  208. >
  209. 9600
  210. 0
  211. -
  212. Sets 9600 bps transmission/reception speed.
  213. >
  214. PARITY
  215. Set parity
  216. PARITY
  217. Defines the parity setting of the RS232 line.  Default setting
  218. is EVEN, which should be used in the RUNIT environment to be
  219. able to talk with most other computers.
  220. >
  221. NONE
  222. 0
  223. -
  224. Sets 8 bits receive/transmit, no parity generation or check.
  225. Binary file transmission will be possible with all Kermit's.
  226. >
  227. EVEN
  228. 0
  229. -
  230. Sets 7 bits receive/transmit, even parity generation and check.
  231. Note:  Binary file transmission will be impossible without
  232. 8-bit quote capability of the remote Kermit.
  233. >
  234. ODD
  235. 0
  236. -
  237. Sets 7 bits receive/transmit, odd parity generation and check.
  238. Note:  Binary file transmission will be impossible without
  239. 8-bit quote capability of the remote Kermit.
  240. >
  241. MARK
  242. 0
  243. -
  244. Sets 7 bits receive/transmit,  with parity bit set to mark (1).
  245. Note:  Binary file transmission will be impossible without
  246. 8-bit quote capability of the remote Kermit.
  247. >
  248. SPACE
  249. 0
  250. -
  251. Sets 7 bits receive/transmit,  with parity bit set to space (0).
  252. Note:  Binary file transmission will be impossible without
  253. 8-bit quote capability of the remote Kermit.
  254. >
  255. STOP-BITS
  256. 4
  257. Set stop bits
  258. STOP-BITS
  259. Set number of stop bits to use for the serial input/output (SIO).
  260. >
  261. SYNCHRONOUS
  262. 0
  263. -
  264. The SIO is set into synchronous mode.
  265. (The command SET STOP-BITS SYNCHRONUS is somewhat misleading.)
  266. >
  267. 1BIT
  268. 0
  269. -
  270. Use 1 stop bit, asyncronous mode for the SIO.
  271. >
  272. 1.5BIT
  273. 0
  274. -
  275. Use 1.5 stop bits, asynchronous mode for the SIO.
  276. >
  277. 2BIT
  278. 0
  279. -
  280. Use 2 stop bits, asyncronous mode for the SIO.
  281. >
  282. SEND
  283. 7
  284. Set send
  285. SEND
  286. Alter parameters concerning sending of packets.
  287. These parameters may also be changed by the initial connection
  288. protocol during SEND or RECEIVE.  They may have to be adjusted
  289. to get the first packet through to the other side.
  290. >
  291. PACKET-LENGTH
  292. -1
  293. SEND PACKET-LENGTH
  294. Maximum length of packet to send.  To prevent buffer overrun, it should 
  295. not be set very much greater than the buffer size of the receiving
  296. computer.  Long packets will improve performance, unless buffer overrun
  297. occurs and garbles packets (requiring retransmission, wasting bandwidth).
  298. >
  299. QUOTE
  300. -1
  301. SEND QUOTE
  302. Which character to use as a control quote when sending data.
  303. Default and recommended is '#'.
  304. >
  305. START-OF-PACKET
  306. -1
  307. SEND START-OF-PACKET
  308. Which character to use to mark the beginning of an outgoing packet. 
  309. This character defaults to ASCII SOH ( chr(1) ) and should not be 
  310. changed unless it is positively known that the other Kermit expects
  311. something else.  It may be entered as ordinal number preceeded by '#', 
  312. or as a printable character (which is transformed by CTL) preceeded by '^', 
  313. i.e. control-B is entered as '#2' or '^B'.
  314. >
  315. TIMEOUT
  316. -1
  317. SEND TIMEOUT
  318. The minimum number of seconds to wait for a reply before retrying,
  319. when a packet has been sent.  Legal values are 1 to 94 (seconds).
  320. >
  321. END-OF-LINE
  322. -1
  323. SEND END-OF-LINE
  324. Packet terminator character to use when sending.  Defaults to CR
  325. (chr(13)).  May be entered as ordinal number preceeded by '#' 
  326. or one of the characters '@', 'A' to ']' or '^', preceeded by '^',
  327. which will be transformed to the corresponding control character by CTL.  
  328. I.e. enter '^J' or '#10' to get LF (ctrl-J, chr(10)) as end-of-line.
  329. >
  330. PADDING
  331. -1
  332. SEND PADDING
  333. Number of padchars to output before outputting the packet.  
  334. Defaults to zero.
  335. >
  336. PADCHAR
  337. -1
  338. SEND PADCHAR
  339. Which padchar to use.  May be entered as ordinal number.
  340. Defaults to ASCII NUL ( chr(0) ).
  341. >
  342. RECEIVE
  343. 4
  344. Set receive
  345. RECEIVE
  346. Alter parameters concerning how a received packet is expected to look.
  347. These parameters may also be adjusted by the initial connection protocol
  348. during RECEIVE/SEND.
  349. >
  350. PACKET-LENGTH
  351. -1
  352. RECEIVE PACKET-LENGTH
  353. Maximum length of packet to expect.  To prevent buffer overrun, it should 
  354. not be set very much greater than the ring buffer size of the Perq.
  355. To be absolutely sure, use a value of 59, which will prevent any loss of
  356. data if Kermit-Perq for some reason does not start taking the packet out
  357. of the ring buffer before the other Kermit has finished sending.
  358. (But long packets will improve performance of the protocol, as long as 
  359. overrun does not garble any packets.)
  360. >
  361. QUOTE
  362. -1
  363. RECEIVE QUOTE
  364. Which character the other Kermit should use as a control quote when sending
  365. data, and Kermit-Perq should interpret as control quote when receiving data.
  366. Default and recommended is '#'.
  367. >
  368. START-OF-PACKET
  369. -1
  370. RECEIVE START-OF-PACKET
  371. Which character to look for to detect the start of an incoming packet.
  372. This character defaults to ASCII SOH ( chr(1) ) and should not be 
  373. changed unless it is positively known that the other Kermit sends
  374. something else.  It may be entered as '#' and a ordinal number, 
  375. or as '^' and a printable character which is transformed by CTL, as for 
  376. end-of-line, i.e. control-B is entered as '#2' or '^B'.
  377. >
  378. TIMEOUT
  379. -1
  380. RECEIVE TIMEOUT
  381. The minimum number of seconds the other Kermit should wait for a reply 
  382. before retrying when it has sent a packet.  Legal values are 1 to 94 (seconds).
  383. >
  384. FILE-HEADER
  385. 4
  386. File header
  387. FILE-HEADER
  388. Set mode of transformation to be applied to the file names of transmitted
  389. files.  Except for the NORD transformation, the transformations will only
  390. be applied to the names of files sent from Kermit-Perq.
  391.  
  392. If specified, the transformation will apply to the second file name in the
  393. SEND command or the first file name of the RECEIVE.
  394. >
  395. NORD
  396. 2
  397. Nord
  398. NORD
  399. When ON, transform file names into a form suitable for the SINTRAN-III 
  400. file system of ND computer series.  When NORD transformation is ON,
  401. none of the other transformations apply.  (That is:  Kermit acts as if
  402. NO-TRUNCATE and CONVERT UPPER has been set, but when NORD is turned
  403. off, these transforms will be returned to their previous settings.)
  404.  
  405. This transformation affects both SEND and RECEIVE files. 
  406. >
  407. ON
  408. 0
  409. -
  410. SEND file names are transformed by changing all dots ('.') but the last one
  411. into hyphens ('-').  Kermit-ND will change the last dot into a colon
  412. and make the last part of the Perq filename the file type of the SINTRAN file 
  413. name.
  414.  
  415. The inverse transformation will be applied to the file names of RECEIVE'd
  416. files.
  417. >
  418. OFF
  419. 0
  420. -
  421. NORD transformation is turned off.  The other transformations will be
  422. put into effect.
  423. >
  424. NO-TRUNCATE
  425. 0
  426. -
  427. No truncation is applied to the Perq file name of a SEND file.  The
  428. entire name (excluding path) is put into the file header packet.  This
  429. option typically will require the receiving Kermit to be running on another
  430. Perq.  The settings of the other options are not influenced.
  431. >
  432. TRUNCATE
  433. -1
  434. TRUNCATE
  435. The filename is considered partitioned into parts delimited by dots ('.').
  436. The argument of this command is a list of numbers, where each number gives 
  437. the maximum length of the matching part of a partitioned file name.
  438.  
  439. Every part is truncated to the length given by the mathcing number.  
  440. A part with no matching number will simply be omitted.
  441.  
  442. The matching rules are as follows
  443.  
  444.  1)     The first number always match the first (possibly only) part.
  445.  
  446.  2)     The last number match the last part whenever there is more than 
  447.         one part. (This is to avoid discarding the file extension.)
  448.  
  449.  3)     The remaining, unmatched items (if any) will be matched starting 
  450.         with the second number and the second part.
  451.  
  452. TRUNCATE with no argument will reactivate truncation with the same values 
  453. as before NO-TRUNCATE was issued.
  454.  
  455. To clarify:  Assume TRUNCATE 8,3
  456. The name 'Firstpart.Secondpart.PAS' will be transformed into
  457. 'Firstpar.PAS'.  'Firstpart' will be transformed into 'Firstpar'.
  458. If TRUNCATE 8,3,3 both the first name and 'Firstpart.Secondpart.Thirdpart.PAS' 
  459. would have become 'Firstpar.Sec.PAS'.
  460.  
  461. This transformation does not apply to RECEIVE'd file names.
  462.  
  463. The default setting is TRUNCATE 8,3 which is suitable for communication
  464. with Kermit-32 under VAX/VMS, Kermit-80 under CP/M-80 and Kermit-86 under
  465. DOS.
  466. >
  467. CONVERT
  468. 3
  469. Convert
  470. CONVERT
  471. The file name may be converted into all upper or lower case letters, or left
  472. as it is, according to the setting of this option.  The default setting is
  473. UPPER-CASE, making Kermit-Perq transform all SEND file names into uppercase.
  474. This transformation does not apply to RECEIVE file names.
  475. >
  476. LOWER
  477. 0
  478. -
  479. The file name will be translated into all lower case letters.
  480. >
  481. UPPER
  482. 0
  483. -
  484. The file name will be translated into all upper case letters.
  485. >
  486. OFF
  487. 0
  488. -
  489. The file name will not be translated.  (But possibly one of the other
  490. transformations will apply.)
  491. >
  492. 8-BIT-QUOTE
  493. -1
  494. 8-BIT-QUOTE
  495. Determine which character will be used as 8-bit quote.  Legal quote characters
  496. are all printable characters except '@', 'A'-'Z', '[', '\', ']', '^' and any
  497. character which is defined as another quote (usually '#' and '~').
  498.  
  499. Default and recommended 8-bit quote is '&'.  As a special case, 'Y' is allowed,
  500. and means that 8-bit-quoting will be done with whatever character the other
  501. Kermit wants to use.  The same effect is achieved with a blank entry.
  502. >
  503. USE-8-BIT-QUOTE
  504. 2
  505. use 8-bit quote
  506. USE-8-BIT-QUOTE
  507. Specify whether 8-bit quoting is to be used or not.  Independent of setting
  508. of 8-bit quote character.
  509. >
  510. AUTO
  511. 0
  512. -
  513. 8-bit quoting will be done if PARITY NONE is not set (then it is not
  514. necessary) and the other Kermit agrees.
  515. >
  516. OFF
  517. 0
  518. -
  519. 8-bit quoting will not be done in any case.  Most useful in connection
  520. with old Kermit's which do not support 8-bit quoting.  NB! Binary file
  521. transfer will generally not be possible if PARITY NONE can't be set.
  522. >
  523. REPEAT-PREFIX
  524. -1
  525. REPEAT-PREFIX
  526. Determine which character will be used as repeat prefix.  Legal prefix
  527. characters are all printable characters except '@', 'A'-'Z', '[', '\', ']', 
  528. '^' and any character which is defined as another quote (usually '#' and '&').
  529. >
  530. USE-REPEAT-PREFIX
  531. 2
  532. use repeat prefix
  533. USE-REPEAT-PREFIX
  534. Specify whether repeat prefixing is to be used or not.  Independent of setting
  535. of repeat prefix.
  536. >
  537. AUTO
  538. 0
  539. -
  540. Repeat prefixing will be performed if the other Kermit agrees.
  541. >
  542. OFF
  543. 0
  544. -
  545. Repeat prefixing will not be done in any case.  Most useful in connection
  546. wit old Kermit's which do not support repeat prefixing.
  547. >
  548. FILE-WARNING
  549. 2
  550. File warning
  551. FILE-WARNING
  552. Determine what Kermit-Perq will do when receiving a file with the same name
  553. as an existing file.
  554. >
  555. ON
  556. 0
  557. -
  558. If a file-name clash occurs, to avoid overwriting the existing file,
  559. Kermit-Perq will modify the received file name by appending $'s until the
  560. received file name is unique.
  561. >
  562. OFF
  563. 0
  564. -
  565. If a file-name clash occurs, Kermit-Perq will just go ahead and
  566. write over the existing file.
  567. >
  568. RETRY
  569. 3
  570. Set retry
  571. RETRY
  572. Sets the maximum number of retries before Kermit-Perq gives up an operation,
  573. and aborts transfer.  
  574. >
  575. INITIAL-CONNECTION
  576. -1
  577. RETRY INITIAL-CONNECTION
  578. Sets the number of retries before Kermit-Perq gives up an attempt to 
  579. initiate a transfer.
  580. The default value is 8.
  581. >
  582. PACKETS
  583. -1
  584. RETRY PACKETS
  585. Sets the number of retries before Kermit-Perq gives up an attempt to
  586. receive a good data- or acknowledge packet.
  587. The default value is 5.
  588. >
  589. COMMANDS
  590. -1
  591. RETRY COMMANDS
  592. Sets the number of retries before Kermit-Perq gives up an attempt to 
  593. send a command (such as LOGOUT or FINISH) to a remote server.
  594. The default value is 3.
  595. >
  596. LOG-FILE
  597. -1
  598. LOG-FILE
  599. Open file to log the terminal session to.  Logging is only active during
  600. CONNECT modus, and is switched on or off by the SET LOG ON/OFF command.
  601. If a log file is already open when the SET LOG-FILE command is issued,
  602. this log-file is closed before the new one is opened.  If a blank file name
  603. is entered, no new log-file is opened and logging is turned off.
  604. Specifying the same file as already is active will rewind this file
  605. and discard the previous log.
  606. >
  607. LOGGING
  608. 2
  609. Set logging
  610. LOGGING
  611. Switch logging on or off.  The log-file must previously have been opened
  612. by the SET LOG-FILE command.  Logging may be turned off and then on again,
  613. and with no intervening SET LOG-FILE, the result will be that the new
  614. log output will be appended to the same log-file.
  615. >
  616. ON
  617. 0
  618. -
  619. Turn logging on.  If no SET LOG-FILE has been issued since logging
  620. was turned off, the log output will be appended to the active log-file.
  621. SET LOG ON will be allowed when no log-file is open, but logging will
  622. not commence until a SET LOG-FILE has been successfully executed.
  623. >
  624. OFF
  625. 0
  626. -
  627. Turn logging off.  Does NOT close log-file.  Turning logging back on again
  628. will append to the end of the same log-file.
  629. >
  630. DEBUGGING
  631. 2
  632. Debugging
  633. DEBUGGING
  634. Controls whether debug output is generated during file transfer.
  635. >
  636. ON
  637. 0
  638. -
  639. Debug output is generated:  Received and sent packets are dumped,
  640. state transitions are monitored and more extensive error messages
  641. are generated.  Interpretation of output will typically require a
  642. quite intimate knowledge of the Kermit protocol.  Also: The
  643. process of generating output will considerably slow down the transfer. 
  644. >
  645. OFF
  646. 0
  647. -
  648. Debug output is not generated.
  649. >
  650. BREAK-TIME
  651. -1
  652. BREAK-TIME
  653. Set number of milliseconds duration of a 'break'.  
  654. (Note: Break is not implemented, due to hardware limitations of the Perq .)
  655. >
  656. ESCAPE-CHARACTER
  657. -1
  658. ESCAPE-CHARACTER
  659. Set the key which will be used to escape terminal mode and return to 
  660. Kermit-Perq after CONNECT.  It may be entered as a usual control character,
  661. that is as a letter prefixed by '^', or as an ordinal number prefixed by '#'.
  662.  
  663. To utilize the special keys on the Perq keyboard, you may alternatively
  664. enter the escape character by answering the 'ESCAPE-CHARACTER' prompt with
  665. RETURN only.  You will then be asked to press the key which you want to be
  666. used as escape key.  All combinations of CTRL and SHIFT is possible.  The only
  667. keys which are not possible, are CTRL-SHIFT-C and HELP.
  668.  
  669. The default is CTRL-] as for most other Kermit's.
  670. >
  671. SHOW
  672. 18
  673. -
  674. SHOW
  675. Show current setting of the SET parameters.
  676. Refer to SET help menues for more explanations of the parameter values.
  677. >
  678. BAUD
  679. 0
  680. -
  681. Show speed of the serial communications line.
  682. >
  683. PARITY
  684. 0
  685. -
  686. Show parity generation/check on the serial communications line.
  687. >
  688. STOP
  689. 0
  690. -
  691. Show mode/number of stop bits to use on the serial communications line.
  692. >
  693. SEND
  694. 0
  695. -
  696. Show SEND parameters. (What this Kermit will use when sending packets
  697. to the other one.)
  698. >
  699. RECEIVE
  700. 0
  701. -
  702. Show RECEIVE parameters.  (What this Kermit will tell the other one to
  703. use when sending our way.)
  704. >
  705. FILE-HEADER
  706. 0
  707. -
  708. Show transformations to be applied to file name when transmitted.
  709. >
  710. 8-BIT-QUOTE
  711. 0
  712. -
  713. Show the current 8-bit quote character.
  714. >
  715. USE-8-BIT-QUOTE
  716. 0
  717. -
  718. Show whether 8-bit quoting will be used.  (Will be used if necessary
  719. when AUTO.)
  720. >
  721. REPEAT-PREFIX
  722. 0
  723. -
  724. Show the current repeat prefix character.
  725. >
  726. USE-REPEAT-PREFIX
  727. 0
  728. -
  729. Show whether repeat prefixing will be used.  (Will be used if necessary
  730. when AUTO.)
  731. >
  732. FILE-WARNING
  733. 0
  734. -
  735. Show whether overwrite of existing file will be permitted.  (Will
  736. not if ON.)
  737. >
  738. RETRY
  739. 0
  740. -
  741. Show retry limits before giving up transfer.
  742. >
  743. LOG-FILE
  744. 0
  745. -
  746. Show name of current opened log file.
  747. >
  748. LOGGING
  749. 0
  750. -
  751. Show whether terminal session is beeing logged to the log file.
  752. >
  753. DEBUGGING
  754. 0
  755. -
  756. Show whether debug output is generated.
  757. >
  758. BREAK-TIME
  759. 0
  760. -
  761. Show number of milliseconds duration of a line 'break'.
  762. >
  763. ESCAPE-CHARACTER
  764. 0
  765. -
  766. Show which key currently is in function as escape key. 
  767. >
  768. ALL
  769. 0
  770. -
  771. Show status of all SET parameters.
  772. >
  773. STATUS
  774. 0
  775. -
  776. Show current status of Kermit.
  777. >
  778. STATISTICS
  779. 0
  780. -
  781. Show statistics from last transfer.  Not implemented.
  782. >
  783.  
  784.