Code: Select all
deluge-console add dest='/home/tester/torrents' /home/tester/example.torrent
Deluged & Deluge-console 1.3.1, Ubuntu 9.10 amd64 & Ubuntu 11.04 i386, all configs default
Also if use -p & --path options(instead dest) i see error
Code: Select all
deluge-console: error: no such option: -p
Code: Select all
make_option('-p', '--path', dest='path',
help='save path for torrent'),
)
usage = "Usage: add [-p <save-location>] <torrent-file> [<torrent-file> ...]"