fmu_set(3) CLIX fmu_set(3)
NAME
fmu_set - Sets the File Management Utility modes
LIBRARY
INC Library (libinc.a)
SYNOPSIS
char *fmu_set(
char *mode );
PARAMETERS
mode Specifies the FMU mode. The following modes are supported:
CHECKSUM
Forces a checksum to occur during the transfer.
COMPRESS
Forces initialization of the compress mode when transferring
files.
VERBOSE
Enables the verbose mode; information about file transfer is
displayed to stderr.
NO CHECKSUM
Turns off checksum mode.
NO COMPRESS
Turns off compress mode.
NO VERBOSE
Turns off verbose mode.
DESCRIPTION
Different modes of operation may be enabled when using the File Management
Utility (FMU) functions. Refer to the PARAMETERS section for a listing of
the modes and the strings necessary to access these modes.
EXAMPLES
1. To force a checksum during transfer:
fmu_set ("CHECKSUM")
2. To turn off verbose mode:
2/94 - Intergraph Corporation 1
fmu_set(3) CLIX fmu_set(3)
fmu_set ("NO VERBOSE")
RETURN VALUES
Upon successful completion, a null pointer is returned. Otherwise, a
pointer to an error message is returned.
ERRORS
The fmu_set() function fails if the following is true:
[e24] INC_FM syntax error.
RELATED INFORMATION
Functions: fmu_connect(3), fmu_receive(3), fmu_send(3)
2 Intergraph Corporation - 2/94