- Home
- Download RFCs
Download RFCs
In this section
Feed of recently published RFCs ¶
To be notified of newly published RFCs, use the RSS feed or Atom feed.
Download RFCs Using rsync ¶
To download RFCs and keep them up to date locally, use rsync.
To get the list of modules available type rsync rsync.rfc-editor.org:: This will return the following results: ¶
To create a mirror using a module ¶
Type rsync -avz --delete rsync.rfc-editor.org::Module-Name Target-Directory
For example: To create a mirror of the text versions of all the RFCs, i.e.,
in-notes/*.txt
in-notes/bcp/*.txt
in-notes/fyi/*.txt
in-notes/ien/*.txt
in-notes/std/*.txt
type rsync -avz --delete rsync.rfc-editor.org::rfcs-text-only my-rfc-mirror
(The --delete option is useful for removing local copies of files that have been deleted from the repository as well as expired Internet-Drafts.)
Last updated 17 days ago, May 4, 2026 at 11:00 PM UTC