ADD ARCHIVE

Description

ADD ARCHIVE can be used to add an archive file to the list of resources. The given archive file should be one of .zip, .tar, .tar.gz, .tgz and .jar. The added archive file can be listed using LIST ARCHIVE.

Syntax

ADD { ARCHIVE | ARCHIVES } file_name [ ... ]

Parameters

Examples

ADD ARCHIVE /tmp/test.tar.gz;
ADD ARCHIVE "/path/to/some.zip";
ADD ARCHIVE '/some/other.tgz';
ADD ARCHIVE "/path with space/abc.tar";
ADD ARCHIVES "/path with space/def.tgz" '/path with space/ghi.zip';