source: buchla-68k/orig/DOC/KERMIT.TXT

Last change on this file 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
Line 
1NAME
2 kermit -- Kermit for the Atari ST
3
4SYNOPSIS
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
14DESCRIPTION
15
16 This is the Atari version of the public domain Kermit telecommunication
17 protocol.
18
19Commands:
20
21 c=connect
22 g=get
23 f=finish
24 r=receive
25 s=send
26 v=server
27 x=exit
28
29Modifiers:
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
43When sending, kermit will expand wildcards and handle drives. The line
44
45 kermit s 0d:*.c
46
47sends all files with an extension of c in user 0 of disk d. Since this is
48a feature of the runtime, when using the get command, filenames containing
49wildcards must be in double quotes.
50
51Both the remote and local kermit must know an image file is being
52transferred in order for the file to be useable.
53
54Baud rate is not implemented.
Note: See TracBrowser for help on using the repository browser.