Search found 4 matches
- Mon Jul 28, 2014 9:07 pm
- Forum: Support
- Topic: deluge-console --remove_data no such option
- Replies: 7
- Views: 3516
Re: deluge-console --remove_data no such option
Success! It seems that it only likes double-quotes, At least that's the case on Windows. I haven't tried it on Linux. c:\LabSeeder>deluge-console 'del --remove_data pmp-00402.iso' Usage: deluge-console [options] [actions] deluge-console: error: no such option: --remove_data c:\LabSeeder>deluge-conso...
- Mon Jul 28, 2014 4:48 pm
- Forum: Support
- Topic: deluge-console --remove_data no such option
- Replies: 7
- Views: 3516
Re: deluge-console --remove_data no such option
Here is what `deluge-console` says it supposed to understand. C:\Program Files (x86)\Deluge>deluge-console help del Usage: rm <torrent-id> Options: --remove_data remove the torrent's data -h, --help show this help message and exit Remove a torrent Here's what I get when I try it in various ways: c:\...
- Mon Jul 28, 2014 2:56 pm
- Forum: Support
- Topic: deluge-console --remove_data no such option
- Replies: 7
- Views: 3516
Re: deluge-console --remove_data no such option
Yes. That is what I'm trying to do. The command is: deluge-console --remove_data del pmp-00402.iso
which fails with the "no such option" error.
which fails with the "no such option" error.
- Wed Jul 23, 2014 7:02 pm
- Forum: Support
- Topic: deluge-console --remove_data no such option
- Replies: 7
- Views: 3516
deluge-console --remove_data no such option
On Windows attempting to use deluge-console to remove a torrent and its data. The command I'm using is: deluge-console --remove_data del pmp-00402.iso I get the following error message: deluge-console: error: no such option: --remove_data Otherwise, the command works as expected if I don't use the -...