I have an asus router and I want to delete a log file on my hdd which the download master is creating.
My HDD is directly connected to the router, so I have an config.json and I thought i could add sth. to make it delete the log file himself.
The problem is I have no idea of json and thats why I am here.
So if you could write me some lines to delete a folder every few seconds or know how to stop him creating(didnt find out where the creation code is to delete it) I would be very happy.
Thanks in advance
{
"alt-speed-down": **,
"alt-speed-enabled": **,
"alt-speed-time-begin": **,
"alt-speed-time-day": **,
"alt-speed-time-enabled": **,
"alt-speed-time-end": **,
"alt-speed-up": **,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": **,
"dht-enabled": **,
"download-dir": "/tmp/mnt/M_1TB/Download2/Complete",
"encryption": **,
"idle-seeding-limit": **,
"idle-seeding-limit-enabled": **,
"incomplete-dir": "/tmp/mnt/M_1TB/Download2/InComplete",
"incomplete-dir-enabled": **,
"lazy-bitfield-enabled": **,
"lpd-enabled": **,
"message-level": **,
"open-file-limit": **,
"peer-congestion-algorithm": "",
"peer-limit-global": **,
"peer-limit-per-torrent": **,
"peer-port": **,
"peer-port-random-high": ****,
"peer-port-random-low": ****,
"peer-port-random-on-start": **,
"peer-socket-tos": "**",
"pex-enabled": **,
"port-forwarding-enabled": **,
"preallocation": **,
"prefetch-enabled": **,
"ratio-limit": **,
"ratio-limit-enabled": **,
"rename-partial-files": **,
"rpc-authentication-required": **,
"rpc-bind-address": "**",
"rpc-enabled": **,
"rpc-password": "{***",
"rpc-port": **,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "127.0.0.1,*.*.*.*",
"rpc-whitelist-enabled": true,
"script-torrent-done-enabled": **,
"script-torrent-done-filename": "",
"speed-limit-down": **,
"speed-limit-down-enabled": **,
"speed-limit-up": **,
"speed-limit-up-enabled": **,
"start-added-torrents": **,
"trash-original-torrent-files": **,
"umask": **,
"upload-slots-per-torrent": **
}