Hi,
I'm new to sentora and I'm testing it a bit on a new dedicated server. It seems very good!
I installed deluge for torrent (+web interface) but I need help to achieve this result:
> change the deluge download directory to the public html folder of one of the domains, in which I'll set up a directory listing tool to access to the files I downloaded from any internet browser.
Consider this:
- deluge default directory is /var/lib/deluge: torrent download works fine here
ls -l
drwxr-xr-x 3 deluge deluge 4096 Jun 24 11:10 deluge
- I can change the download directory to another one, for example /var/sentora/torrent: torrent download works fine if I set the folder correctly:
chmod 755 /var/sentora/torrent
chown -R deluge:deluge /var/sentora/torrent
- When I try to use as download folder any directory inside /var/sentora/hostdata (with usual chmod and chown) deluge says that its hasn't permission to write in the directory.
Any suggestion?
I'm new to sentora and I'm testing it a bit on a new dedicated server. It seems very good!
I installed deluge for torrent (+web interface) but I need help to achieve this result:
> change the deluge download directory to the public html folder of one of the domains, in which I'll set up a directory listing tool to access to the files I downloaded from any internet browser.
Consider this:
- deluge default directory is /var/lib/deluge: torrent download works fine here
ls -l
drwxr-xr-x 3 deluge deluge 4096 Jun 24 11:10 deluge
- I can change the download directory to another one, for example /var/sentora/torrent: torrent download works fine if I set the folder correctly:
chmod 755 /var/sentora/torrent
chown -R deluge:deluge /var/sentora/torrent
- When I try to use as download folder any directory inside /var/sentora/hostdata (with usual chmod and chown) deluge says that its hasn't permission to write in the directory.
Any suggestion?