You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
405 B
405 B
qbittorrent-clener
Super basic PHP script which gets all torrents + files associated.
It will then list the untracked files (usually extracted files) and ask if you wish to delete them.
$ php clean.php "<qbittorrent host>" "<username>" "<password>" "<download path>"
For example:
$ php clean.php "http://127.0.0.1:8080" "bob" "super_secure_password" "/home/bob/Downloads"