RFC 协议下载方法
程序员文章站
2022-06-01 15:04:08
...
RFC 协议下载方法
一、RFC官方网站:
RFC文档列表:http://www.rfc-editor.org/rfc/
二、与DNS相关的RFC文档:
三、官方查询及同步方法
Search, show and print documents
Download the latest documents
Rsync access to various document archives:
• Unpurged IETF drafts repository:
To list the content, do:
rsync rsync.tools.ietf.org::tools.id
To sync the content, do:
rsync -avz rsync.tools.ietf.org::tools.id ./id
• Currently available htmlized drafts and RFCs:
To list the content, do:
rsync rsync.tools.ietf.org::tools.html
To sync the content, do:
rsync -avz rsync.tools.ietf.org::tools.html ./html
• For a full list of the various rsync sources at tools.ietf.org, do:
rsync rsync.tools.ietf.org::
可以使用以上命令,写脚本进行批量下载。
举例说明
RFC7230是HTTP 1.1协议,此文档的URL为:http://tools.ietf.org/html/rfc7230
下载PDF: wget https://tools.ietf.org/pdf/rfc1990.pdf
你仅仅要把URL最后的4位数字替换为你要下载的文档的编号就能够打开下载页面了,
在下载页面上提供文档的多种格式以对于下载。
推荐阅读
-
将网络歌曲下载到手机或u盘、内存卡、MP3的多种方法
-
Android编程使用HTTP协议与TCP协议实现上传文件的方法
-
iOS11 下载之断点续传的bug的解决方法
-
C#实现下载网页HTML源码的方法
-
Android通过SOCKET下载文件的方法
-
c#文件下载示例的4种方法分享
-
ASP.NET MVC使用ActionFilterAttribute实现权限限制的方法(附demo源码下载)
-
asp.net MVC利用自定义ModelBinder过滤关键字的方法(附demo源码下载)
-
php使用pclzip类实现文件压缩的方法(附pclzip类下载地址)
-
javaweb页面附件、图片下载及打开(实现方法)