by
milbo » Thu Dec 04, 2014 3:17 am
I have also had sites mindlessly downloading large files from my Sonic hosted webpage.
Typically it's just one or two large files that are repeatedly downloaded (I can tell this by examination of the bandwidth resource usage logs provided by Sonic under member tools).
Sometimes you can tell from the logs who the culprit is from examination of the "Top 10 sites by KBytes" table. In my case an example has been
http://rerc.tongji.edu.cn. But often you can't tell who the culprit is, because the log says something like 90.171.97.99.
A trick that has helped me in the past is to move the files that are being downloaded to a different directory, for example, from
http://www.milbo.users.sonic.net/bigfile.tar.gz to
http://www.milbo.users.sonic.net/1/bigfile.tar.gz. (And you also need to update any of your html files that link to the file.)
This fixes the problem when the site doing the downloads has a hardcoded link directly to your file --- by changing the file's directory you mess this up --- someone on the far end has to go and manually change the link, which since the whole process seems pretty mindless, doesn't seem to happen.