Visa ett inlägg
Oläst 2005-08-04, 13:44 #3
festizs avatar
festiz festiz är inte uppkopplad
Flitig postare
 
Reg.datum: Jun 2004
Inlägg: 302
festiz festiz är inte uppkopplad
Flitig postare
festizs avatar
 
Reg.datum: Jun 2004
Inlägg: 302
tar:
Kod:
$output = shell_exec('cd /home/user/mapp/&& tar xvpf filnamn.tar -C målmapp/');
tar.gz/tgz:
Kod:
$output = shell_exec('cd /home/user/mapp/&& tar zxvpf filnamn.tar.gz -C målmapp/');
tar.bz2
Kod:
$output = shell_exec('cd /home/user/mapp/&& tar jxvpf filnamn.tar.bz2 -C målmapp/');
festiz är inte uppkopplad   Svara med citatSvara med citat