So here's my situation that im hoping someone here can help me with.
I was running the deluge 1.1.9 deamon on a headless linux box and used crontab with commands along the lines of
Code: Select all
deluge -u console -a "config -s max_upload_speed x"
Code: Select all
user@server:~$ deluge -u console -a "config -s max_download_speed 50.0"
Unknown command: c
Has the syntax in 1.2.1 changed or did something go wrong with my install. I'v looked under man deluge and man deluge-console but couldnt not find what i was looking for. What other documentation should i be looking at?