de.schlichtherle.truezip.sample.file.app.Nzip.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truezip-samples Show documentation
Show all versions of truezip-samples Show documentation
Sample applications to demonstrate the usage of various TrueZIP module
APIs.
Some of these samples use rather advanced or exotic features which
makes them more complex than necessary for a typical application.
By design, the sample applications use all file system drivers which
can be located at runtime.
Location of the available file system drivers is performed by
scanning the class path - see the Javaodoc for the TrueZIP Kernel class
de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.
ls.dia=directory is inaccessible
ls.nsfod=no such file or directory
compact.na=not an archive file
cpOrMv.cmt=cannot move to
touch.ccf=cannot create file
touch.culmtod=cannot update last modification time of directory
touch.culmtof=cannot update last modification time of file
touch.culmtosfod=cannot update last modification time of special file or directory
mkdir.ccd=cannot create directory
mkdir.dea=directory exists already
mkdir.fea=file exists already
mkdir.sfodea=special file or directory exists already
rm.nsfod=no such file or directory
rm.dne=directory not empty
rm.crd=cannot remove directory
rm.crf=cannot remove file
rm.crsfod=cannot remove special file or directory
usage=Usage:\tnzip COMMAND ...\n\n\
where COMMAND is one of (case is ignored):\n\n\
\tls [PATH] ...\t\tSimilar to GNU "ls"\n\
\tll [PATH] ...\t\tSimilar to GNU "ls -l"\n\
\tllR [PATH] ...\t\tSimilar to GNU "ls -lR"\n\
\tcat FILE ...\t\tLike GNU "cat"\n\
\tcp [-unzip|-cp437in|-utf8in|-cp437out|-utf8out|-store|-compress|-grow|-encrypt] SRC ... DST\tSimilar to GNU "cp -a"\n\
\tmv SRC ... DST\t\tLike GNU "mv"\n\
\ttouch PATH ...\t\tLike GNU "touch"\n\
\tmkdir PATH ...\t\tLike GNU "mkdir"\n\
\tmkdirs PATH ...\t\tSimilar to GNU "mkdir -p"\n\
\trm PATH ...\t\tLike GNU "rm"\n\
\trmR PATH ...\t\tLike GNU "rm -r"\n\
\tcompact ARCHIVE ...\t\tRemoves redundant archive entries or meta data\n\
\tisArchive PATH\t\tTests if PATH names an archive file\n\
\tisDirectory PATH\tTests if PATH really is a directory or archive file\n\
\tisFile PATH\t\tTests if PATH really is a file\n\
\texists PATH\t\tTests if PATH really exists\n\n\
\tlength PATH\t\tPrints length of PATH\n\n\
For more information please refer to the respective Unix man pages.\n\n\
Options (case is ignored):\n\n\
\t-unzip\t\tTreat any archive file names in DST like plain directories.\n\
\t-cp437(in|out)\tForce any ZIP entry names in SRC/DST to be encoded in CP437.\n\
\t-utf8(in|out)\tForce any ZIP entry names in SRC/DST to be encoded in UTF-8.\n\
\t-store\t\tDon't compress ZIP entries in DST.\n\
\t-compress\tCompress ZIP entries in DST (this is the default).\n\
\t-grow\t\tAppend ZIP entries to archive files in DST.\n\
\t-encrypt\tEncryt ZIP entries in DST with WinZip AES.