On 2019-10-28, Andy Lemin <andrew.le...@gmail.com> wrote: > Hi guys, > > Does anyone know if it is possible to completely disable ftp in the package > management utilities; pkg_add, syspatch, sysupgrade etc? > > My PKG_PATH references http:// urls, as does /etc/install. But I cannot stop > these tools trying to use ftp which does not work! :(
Can you show some example URLs, for example from "pgrep -lf ftp" while trying to use one of these utilities? The only place I would expect to see ftp:// URLs used is when fetching certain distfiles while building some things from ports (and they would usually fallback to http://ftp.openbsd.org/pub/OpenBSD/distfiles if the ftp fetch failed)..