CARVIEW |
Select Language
HTTP/2 301
date: Sat, 11 Oct 2025 08:08:10 GMT
content-type: text/html; charset=UTF-8
location: https://www.rfc-editor.org/retrieve/rsync/
cf-ray: 98ccde32dccfa9c3-BLR
x-redirect-by: WordPress
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=T2Faq2mKz2qhoRIvXnV73KNb.JIHCISDuIcAVnUr_bQ-1760170090-1.0.1.1-NLxtQEl82jkkaehaepmkcBNz7j8cLwWnEI6264cz_L_yiqvLxGSfk68ERr65XMCWVBVuMSESQHlq.KjddtI_XE1QgQYgpDXcesgkaVDF6SA; path=/; expires=Sat, 11-Oct-25 08:38:10 GMT; domain=.rfc-editor.org; HttpOnly; Secure; SameSite=None
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Sat, 11 Oct 2025 08:08:11 GMT
content-type: text/html; charset=UTF-8
content-encoding: gzip
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; type="application/json"
link: ; rel=shortlink
vary: Accept-Encoding
strict-transport-security: max-age=31536000; includeSubDomains
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 98ccde393f58a9c3-BLR
alt-svc: h3=":443"; ma=86400
How to use rsync to download RFCs » RFC Editor
Search RFCs
The Series
For Authors
Sponsor
How to use rsync to download RFCs
[1] To get the list of modules available
type rsync rsync.rfc-editor.org::
This will return results as follows:
Module Names | Comments |
---|---|
everything-ftp | Everything FTP |
rfcs | Contents of in-notes/ and subdirectories bcp/, fyi/, ien/, and std/ |
rfcs-text-only | Text files from [rfcs] |
rfc-ed-all | Entire repository (excluding Internet-Drafts) |
rfcs-pdf-only | PDF versions of ASCII RFCs to ensure correct page breaks, etc. [only below RFC 8650] |
rfcs-exclude-json | Contents of [rfcs] excluding JSON files |
rfcs-json-only | Only the JSON files from the directories in [rfcs] |
rfcs-pdf-all | PDFs of the RFC series |
[2] 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. This is helpful to remove expired Internet-Drafts.)
rsync web page: https://rsync.samba.org
IAB • IANA • IETF • IRTF • ISE • ISOC • IETF Trust
Reports • Privacy Statement • Site Map • Contact Us