Hi raffio,
pyload is installed as an addon on your NAS so the command line given in the web-interface can not be used directly (need to give the full path of pyLoadCore.py).
To add an user, the right command is:
- Code: Select all
python /direct-usb/fvdw/addons/pyload/pyLoadCore.py -u
- Code: Select all
root@Acrab:/ # python /direct-usb/fvdw/addons/pyload/pyLoadCore.py -u
Select action
1 - Create/Edit user
2 - List users
3 - Remove user
4 - Quit
[1]/2/3/4: 1
Username [User]: Jocko
Password:
Password (again):
Select action
1 - Create/Edit user
2 - List users
3 - Remove user
4 - Quit
[1]/2/3/4: 2
Users
-----
admin
Jocko
-----
Select action
1 - Create/Edit user
2 - List users
3 - Remove user
4 - Quit
[1]/2/3/4: 4
raffio wrote:Create an authorization and basic .htaccess and change basic AUTHORISATION for web?
pyload doesn't use this mechanism and can not be implemented. You might do it only when you try to access via the proxy gateway as in this case you use apache server like a mandatory server.