Also, it sounds like this server is under your control

I don't think it is - though I could be wrong.
If it is under my control then I'd have to do a bit of research and learning before I could exercise that control.

Back in March I opened a ticket with the company that hosts my website and asked them to mark "all files in (and below) the sisyphusion.tk/ppm directory" as "no-cache".
They replied "Your request has been accomplished".
Of course they don't provide any info regarding exactly what they've done (they never do), but whatever it was didn't make any difference.
Reading various comments/docs about this "no-cache" option I see a lot of "should-do-this" statements and not many "will-do-this" ones.

I think the best solution would be to hack PPM to send a "no-cache" argument. Make that the default behaviour, with an option to allow caching via a command line argument.
PPM itself uses perl's LWP modules:
C:\>perl -MPPM -le "for(keys(%INC)){print if $_ =~ /LWP/}" LWP/UserAgent.pm LWP/MemberMixin.pm LWP/Simple.pm LWP.pm LWP/Protocol.pm
So, assuming LWP already allows for the passing of the "--no-cache" directive, such a hack might not be too difficult.
In the meantime, running wget --spider --no-cache http://.... is tolerable, if not exactly satisfactory.

Thank you for your reply and link !

Cheers,
Rob

In reply to Re^4: [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.