|
NAMElcreate - upload transcripts and their corresponding filesSYNOPSISlcreate [-FilnNrTV] [ -% | -q | -v ] [ -c checksum ] [ -h host ] [ -p port ] [ -P ca-pem-directory ] [ -t stored-name ] [ -U user ] [ -w auth-level ] [ -x ca-pem-file ] [ -y cert-pem-file ] [ -z private-key-file ] [ -Z compression-level ] create-able-transcriptDESCRIPTIONlcreate reads and uploads a transcript and all corresponding files to the radmind server.lcreate verifies the size listed in the transcript with the actual size of the file and stops on any differences. If the -F option is given, lcreate will store the file on the server and give a warning. If the -n option is given, no files or transcripts are uploaded. Instead, lcreate uses access(2) to verify that all files in the transcript exist in the filesystem, are readable by the user and have the same size as listed in the transcript. If used with the -c option, rather than calling access(2), checksums are caluclated to verify file contents and user access. If the -N option is given, indicating the transcript specified for upload is negative, lcreate will upload all corresponding files as zero length. If the -T option is given, lcreate will upload the transcript only. No corresponding files will be uploaded. The transcript's stored name is, by default, the last part ( after the slash ) of the given path, or as specified by the name given with the -t option. lcreate will print ( to the standard output ) the entire protocol exchange with the radmind server when the -v option is given. By default, lcreate displays the percentage of bytes processed in a format that can be passed directly to iHook. lcreate stores a Macintosh HFS+ file's data and corresponding metadata in a single applefile(5) on the server. With the -N option, applefiles are stored with a zero length resource fork, zero length data fork and a creator type of RDMD. Systems running Mac OS X on UFS-formatted drives do not need this special support. OPTIONS
SEE ALSOfsdiff(1), ktcheck(1), lapply(1), lcksum(1), lfdiff(1), lmerge(1), lsort(1), twhich(1), applefile(5), radmind(8), RAND_load_file(3o).
Visit the GSP FreeBSD Man Page Interface. |