kermit.1 (2010 09)

k
kermit(1) kermit(1)
(HP-UX C-Kermit)
REMOTE ASSIGN (RASG) Assign a variable.
REMOTE CD (RCD) Tell remote Kermit server to change its directory.
REMOTE COPY (RCOPY) Tell server to copy a file.
REMOTE DELETE (RDEL) Tell server to delete a file.
REMOTE DIR (RDIR) Ask server for a directory listing.
REMOTE EXIT (REXIT) Ask the server program to exit.
REMOTE HELP (RHELP) Ask server to send a help message.
REMOTE HOST (RHOST) Ask server to ask its host to execute a command.
REMOTE KERMIT (RKER) Send an interactive Kermit command to the server.
REMOTE LOGIN Authenticate yourself to a remote Kermit server.
REMOTE LOGOUT Log out from a Kermit server previously LOGIN’d to.
REMOTE MKDIR (RMKDIR) Tell the server to create a directory.
REMOTE PRINT (RPRINT) Print a local file on the server’s printer.
REMOTE PWD (RPWD) Ask server to reveal its current (working) directory.
REMOTE QUERY (RQUERY) Get value of a variable.
REMOTE RENAME (RRENAME) Tell server to rename a file.
REMOTE RMDIR (RRMDIR) Tell server to remove a directory.
REMOTE SET Send a SET command to a remote server.
REMOTE SPACE Ask server how much disk space it has left.
REMOTE TYPE Ask server to display a file on your screen.
REMOTE WHO Ask server for a "who" or "finger" listing.
SERVER Be a Kermit server.
SET SERVER Parameters for server operation.
SHOW SERVER Show SET SERVER, ENABLE/DISABLE items.
Script programming
ASK Prompt the user, store user’s reply in a variable.
ASKQ Like ASK, but does not echo (useful for passwords).
ASSERT Evaluate condition and set SUCCESS/FAILURE accordingly.
ASSIGN Assign an evaluated string to a variable or macro.
CLEAR Clear communication device input buffer or other item.
CLOSE Close the connection, or a log or other file.
DECLARE Declare an array.
DECREMENT Subtract one (or other number) from a variable.
DEFINE Define a variable or macro.
DO Execute a macro ("DO" can be omitted).
ECHO Display text on the screen.
ELSE Used with IF.
END A command file or macro.
EVALUATE An arithmetic expression.
FAIL Set FAILURE.
FOPEN Open a local file.
FREAD Read from a file opened with FOPEN.
FWRITE Write to an FOPEN’d file.
FSEEK Seeks to given position in FOPEN’d file.
FCLOSE Close an FOPEN’d file.
FOR Execute commands repeatedly in a counted loop.
FORWARD GOTO in the forward direction only.
GETC Issue a prompt, get one character from keyboard.
GETOK Ask question, get Yes or No answer, set SUCCESS or FAILURE.
GOTO Go to a labeled command in a command file or macro.
IF Conditionally execute the following command.
INCREMENT Add one (or other number) to a variable.
INPUT Match characters from another computer against a given text.
LOCAL Declares local variables in a macro.
MINPUT Like INPUT, but allows several match strings.
MSLEEP Sleep for given number of milliseconds.
OPEN Open a local file for reading or writing.
OUTPUT Send text to another computer.
O Special abbreviation for OUTPUT.
PAUSE Do nothing for a given number of seconds.
8 Hewlett-Packard Company 8 HP-UX 11i Version 3: September 2010