System Configuration


File creation and identification

$config->uploadUnzipCommand

Introduced in Version 2.0

Description

Shell command to unzip archives, used by WireUpload class. If unzip doesn't work, you may need to precede 'unzip' with a path. Default is: unzip -j -qq -n /src/ -x __MACOSX .* -d /dst/

Post Comment