| Hi,
We try to implement webhttrack with an alternative firmware for NAS LaCie and
Philips.
No problem with compiling and htsserver working properly : successful copies
of site .
However, to prevent some users from saving in the system partition, we must
manage the "base path".
So my question is about the command line like:
htsserver /usr/share/httrack/ --port 8085 path /share/xxx/../ lang 1
Note: this line have to be executed by root user because the others have not a
valid shell
The problem with this line is that the 'base path' is not the value of the
'path' option but the last 'base path' used ... (same behavior with the lang
option)
May be, I make a mistake somewhere ...
I don't understand how the last used values ​​are saved by
webhttrack
Thank in advance for your help | |