|
NAMElibrmt - remote magtape protocol client interface librarySYNOPSIScc [ flag ... ] file ... -lrmt -lsocket -lnsl [ library ... ]#include <schily/librmt.h> DESCRIPTIONFunctions in this library provide an interface to a remote tape server program.This implementation takes care of RMT protocol VERSION 1 that is needed in case that rmt client and rmt server do not run on the same OS and use a CPU with the same bit width and byte order. In addition, this implementation supports a GNU extension that allows to use open(2) flags beyond O_RDONLY, O_WRONLY, O_RDWR. ENVIRONMENT
INTERFACESrmtinit(3), rmtdebug(3), rmtrmt(3), rmtrsh(3), rmthostname(3), rmtfilename(3), rmtgetconn(3), rmtopen(3), rmtioctl(3), rmtclose(3), rmtread(3), rmtwrite(3), rmtseek(3), rmtxstatus(3), rmtstatus(3), _mtg2rmtg(3), _rmtg2mtg(3)FILESSEE ALSOrmt(1), rsh(1), ssh(1), rcmd(3)AUTHORlibrmt has been written in 1990 by Joerg Schilling. In 1995, support for RMT VERSION 1 has been added. librmt is still maintained by Joerg Schilling.Joerg Schilling D-13353 Berlin Germany Mail bugs and suggestions to: joerg@schily.net
Visit the GSP FreeBSD Man Page Interface. |