A quick google shows that wget has a --cache option which can be set to "off" to bypass upstream proxies.

Yes, the "--no-cache" option *does* allow me to wget the current (correct) version of the file.
Not only that, but it apparently also clears (or updates) the upstream cache, and the "--no-cache" option becomes no longer needed.
Furthermore, having run "wget --no-cache ..." on the Ubuntu machine, the other machines immediately started downloading the correct file.
I consider that to be proof that the cache was definitely upstream of me.

I still don't know precisely where that cache is, but I've sent off an email to my ISP where I accuse them of sending me outdated files that I don't want (and still charging me for the download).
No response from the turds, yet.

I thought I had sent a post about this last night ... but I don't see it now. Presumably I didn't get around to hitting "send".
I apologise for that.

Thanks to all who responded !!

Cheers,
Rob

In reply to Re^6: [OT] HTTP downloads and caching by syphilis
in thread [OT] HTTP downloads and caching by syphilis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.