<div dir="auto">I do use actsync and am ok with the new proposal but a little disappointed by people dropping FTP unnecessarily.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 29, 2024 at 7:45 AM Julien ÉLIE <<a href="mailto:julien@trigofacile.com">julien@trigofacile.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">Hi all,<br>
<br>
<a href="http://ftp.isc.org" rel="noreferrer" target="_blank">ftp.isc.org</a> will probably shut down the FTP protocol in a few weeks. <br>
HTTPS will remain.  See the announcement here:<br>
<br>
<a href="http://al.howardknight.net/?STYPE=msgid&MSGI=%3C1f19a554-8a81-ce8c-8ac6-7ab1e053a632%40isc.org%3E" rel="noreferrer" target="_blank">http://al.howardknight.net/?STYPE=msgid&MSGI=%3C1f19a554-8a81-ce8c-8ac6-7ab1e053a632%40isc.org%3E</a><br>
<br>
I'll update actsync / actsyncd to allow to fetch the active file from <br>
external HTTP(S) sources.  It currently does not handle these protocols.<br>
<br>
<br>
The current actsync.cfg configuration file works like this:<br>
<br>
   host=<a href="http://ftp.isc.org" rel="noreferrer" target="_blank">ftp.isc.org</a><br>
   ftppath=/pub/usenet/CONFIG/active.gz<br>
   flags=-v 0 -p 80<br>
   ignore_file=actsync.ign<br>
<br>
If ftppath is set, actsyncd downloads <a href="ftp://host/ftppath" rel="noreferrer" target="_blank">ftp://host/ftppath</a> and then runs <br>
gunzip (if the file ends with .gz) or uncompress (if the file ends with .Z).<br>
<br>
To keep backwards-compatibility, I suggest to add two keywords (path and <br>
protocol) and undocument ftppath (which will remain recognized as though <br>
it were path).  The default value of protocol will be "ftp".<br>
<br>
This way,<br>
<br>
   host=<a href="http://ftp.isc.org" rel="noreferrer" target="_blank">ftp.isc.org</a><br>
   protocol=https<br>
   path=/pub/usenet/CONFIG/active.gz<br>
   flags=-v 0 -p 80<br>
   ignore_file=actsync.ign<br>
<br>
will download protocol://host/path and the previous configuration file <br>
will still download <a href="ftp://host/ftppath" rel="noreferrer" target="_blank">ftp://host/ftppath</a>.<br>
<br>
<br>
I don't know whether someone here uses actsync.  If that's the case and <br>
he has comments about the proposal or has proposals for any feature <br>
requests to add to actsync, this is the time to tell :)<br>
<br>
-- <br>
Julien ÉLIE<br>
<br>
« Je ne voudrais tout de même pas que Cléopâtre m'ait dans le nez ! »<br>
   (César)<br>
<br>
-- <br>
inn-workers mailing list<br>
<a href="mailto:inn-workers@lists.isc.org" target="_blank">inn-workers@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/inn-workers" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/inn-workers</a><br>
</blockquote></div></div>