summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pehjota>2019-08-05 20:03:26 (EDT)
committer Patrick McDermott <pehjota>2019-08-05 20:03:26 (EDT)
commit31b97b3a4936ae70b93c46a5b49312cac751ae8c (patch)
tree9e4b925e2bba5daae9b1c32479affb6ed76418a1
parentf0dafdbd35645f9d317c1e38fd6317b552d5a6a2 (diff)
dev/archive/mirroring: Require FTP be anonymous
-rw-r--r--dev/archive/mirroring.mdwn10
1 files changed, 7 insertions, 3 deletions
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
&lt;files.proteanos.com&gt; 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
==========================