Most Windows Client offer this feature, I find it pretty usefull when downloading many files as you don't need to monitor the torrents

Thanks!
Code: Select all
/mnt/storage/downloads/incomplete
Code: Select all
/mnt/storage/downloads/
Code: Select all
deluge -u console
Code: Select all
config -s download_location /mnt/storage/downloads/incomplete/
Code: Select all
config -s move_completed_path /mnt/storage/downloads/
Code: Select all
config -s move_completed True
Code: Select all
exit