From 31b97b3a4936ae70b93c46a5b49312cac751ae8c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 05 Aug 2019 20:03:26 -0400 Subject: dev/archive/mirroring: Require FTP be anonymous --- diff --git a/dev/archive/mirroring.mdwn b/dev/archive/mirroring.mdwn index 119fc8a..3301a93 100644 --- a/dev/archive/mirroring.mdwn +++ b/dev/archive/mirroring.mdwn @@ -48,7 +48,8 @@ Primary Public Mirror Primary mirrors are those that synchronize directly from <files.proteanos.com> and must serve their contents publicly over HTTP and -rsync and may also serve over FTP. +rsync and may also serve over anonymous FTP as defined by [IETF RFC +1635][rfc1635] with no password requirements. Run the following command one to four times daily to synchronize your mirror: @@ -60,8 +61,9 @@ Secondary Public or Private Mirror Secondary mirrors are those that synchronize from a primary mirror and serve their contents either publicly or privately. Public mirrors must serve over -HTTP and may also serve over FTP. Private mirrors may serve over either -protocol. +HTTP and may also serve over anonymous FTP as defined by [IETF RFC +1635][rfc1635] with no password requirements. Private mirrors may serve over +either protocol. Run the following command one to four times daily to synchronize your mirror: @@ -73,6 +75,8 @@ Where `${src}` is any primary mirror listed in a primary mirror that is being used by few or no other secondary mirrors, to evenly spread the load across the primary mirrors. +[rfc1635]: https://tools.ietf.org/html/rfc1635 + Announcing a Public Mirror ========================== -- cgit v0.9.1