Last change
on this file since cbe2c15 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
1.4 KB
|
Rev | Line | |
---|
[3ae31e9] | 1 | NAME
|
---|
| 2 | kermit -- Kermit for the Atari ST
|
---|
| 3 |
|
---|
| 4 | SYNOPSIS
|
---|
| 5 |
|
---|
| 6 | kermit c [lbiphe line baud par escape-char] to connect
|
---|
| 7 | kermit s [ddzinlbpt line baud par] file ... to send files
|
---|
| 8 | kermit r [ddzinlbpto line baud par string] to receive files
|
---|
| 9 | kermit g [ddzinlbpto line baud par string] file ...to get files
|
---|
| 10 | kermit v [ddzinlbpto line baud par string] to enter server mode
|
---|
| 11 | kermit f [ddz] to shut down remote server
|
---|
| 12 | kermit x [ddz] to shut down remote server and logout remote
|
---|
| 13 |
|
---|
| 14 | DESCRIPTION
|
---|
| 15 |
|
---|
| 16 | This is the Atari version of the public domain Kermit telecommunication
|
---|
| 17 | protocol.
|
---|
| 18 |
|
---|
| 19 | Commands:
|
---|
| 20 |
|
---|
| 21 | c=connect
|
---|
| 22 | g=get
|
---|
| 23 | f=finish
|
---|
| 24 | r=receive
|
---|
| 25 | s=send
|
---|
| 26 | v=server
|
---|
| 27 | x=exit
|
---|
| 28 |
|
---|
| 29 | Modifiers:
|
---|
| 30 |
|
---|
| 31 | b=baud rate
|
---|
| 32 | d=debug
|
---|
| 33 | e=escape char
|
---|
| 34 | h=half duplex
|
---|
| 35 | i=image mode,
|
---|
| 36 | l=tty line
|
---|
| 37 | n=no filename conversion
|
---|
| 38 | o=prepend string to output files,
|
---|
| 39 | p=parity
|
---|
| 40 | t=suppress timeouts
|
---|
| 41 | z=log packet transactions.
|
---|
| 42 |
|
---|
| 43 | When sending, kermit will expand wildcards and handle drives. The line
|
---|
| 44 |
|
---|
| 45 | kermit s 0d:*.c
|
---|
| 46 |
|
---|
| 47 | sends all files with an extension of c in user 0 of disk d. Since this is
|
---|
| 48 | a feature of the runtime, when using the get command, filenames containing
|
---|
| 49 | wildcards must be in double quotes.
|
---|
| 50 |
|
---|
| 51 | Both the remote and local kermit must know an image file is being
|
---|
| 52 | transferred in order for the file to be useable.
|
---|
| 53 |
|
---|
| 54 | Baud rate is not implemented.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.