RAR Extract

arazit

Verified User
Joined
Aug 20, 2008
Messages
184
Hello
I want to add extract RAR file in the skin of directadmin.
I Can extract in ssh but I can not extract in DA panel.
Please add this to SKIN.
I install UNRAR pakage from http://pkgs.repoforge.org/unrar/
rpm -Uvh "pakagename"
and now extract rar file with this command
unrar e filename.rar
Thank you
 
I agree, this feature should be extended to support a custom list of extractors.
Code:
format|extract command|compress command
tgz|tar xzvf| tar czvf
bz2|tar xjvf| tar cjvf
rar|unrar -e| NA
 
Back
Top