{"id":808,"date":"2025-12-20T14:40:07","date_gmt":"2025-12-20T06:40:07","guid":{"rendered":"https:\/\/www.52runoob.com\/?p=808"},"modified":"2025-12-20T14:40:07","modified_gmt":"2025-12-20T06:40:07","slug":"linux%e5%91%bd%e4%bb%a4%e6%96%87%e4%bb%b6%e4%bc%a0%e8%be%93%e5%91%bd%e4%bb%a4scp%e8%af%a6%e8%a7%a3-2","status":"publish","type":"post","link":"https:\/\/www.52runoob.com\/index.php\/2025\/12\/20\/linux%e5%91%bd%e4%bb%a4%e6%96%87%e4%bb%b6%e4%bc%a0%e8%be%93%e5%91%bd%e4%bb%a4scp%e8%af%a6%e8%a7%a3-2\/","title":{"rendered":"Linux\u547d\u4ee4:\u6587\u4ef6\u4f20\u8f93\u547d\u4ee4scp\u8be6\u89e3"},"content":{"rendered":"\n<p><code>scp<\/code>\uff08Secure Copy Protocol\uff09\u662f\u4e00\u4e2a\u7528\u4e8e\u5728\u672c\u5730\u8ba1\u7b97\u673a\u4e0e\u8fdc\u7a0b\u8ba1\u7b97\u673a\u4e4b\u95f4\u6216\u4e24\u4e2a\u8fdc\u7a0b\u8ba1\u7b97\u673a\u4e4b\u95f4\u5b89\u5168\u5730\u590d\u5236\u6587\u4ef6\u548c\u76ee\u5f55\u7684\u547d\u4ee4\u884c\u5de5\u5177\u3002\u5b83\u57fa\u4e8e <strong>SSH<\/strong>\uff08Secure Shell\uff09\u534f\u8bae\uff0c\u63d0\u4f9b\u52a0\u5bc6\u548c\u8ba4\u8bc1\uff0c\u56e0\u6b64\u6bd4\u4f20\u7edf\u7684 <code>rcp<\/code> \u6216 <code>ftp<\/code> \u66f4\u5b89\u5168\u3002<code>scp<\/code> \u901a\u5e38\u7528\u4e8e Linux\u3001Unix \u548c\u7c7b Unix \u7cfb\u7edf\uff0c\u5982 macOS \u548c WSL \u4e2d\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. <code>scp<\/code> \u57fa\u672c\u8bed\u6cd5<\/strong><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp &#x5B;OPTION] &amp;lt;source&gt; &amp;lt;destination&gt;\n\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>&lt;source><\/code><\/strong>\uff1a\u6e90\u6587\u4ef6\u6216\u76ee\u5f55\u7684\u8def\u5f84\uff0c\u53ef\u4ee5\u662f\u672c\u5730\u8def\u5f84\u6216\u8fdc\u7a0b\u8def\u5f84\u3002<\/li>\n\n\n\n<li><strong><code>&lt;destination><\/code><\/strong>\uff1a\u76ee\u6807\u6587\u4ef6\u6216\u76ee\u5f55\u7684\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u672c\u5730\u8def\u5f84\u6216\u8fdc\u7a0b\u8def\u5f84\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. <code>scp<\/code> \u4f20\u8f93\u6587\u4ef6\u7684\u51e0\u79cd\u5e38\u89c1\u683c\u5f0f<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u4ece\u672c\u5730\u5230\u8fdc\u7a0b<\/strong><code>scp \/path\/to\/local\/file username@remote:\/path\/to\/remote\/directory<\/code>\n<ul class=\"wp-block-list\">\n<li>\u5c06\u672c\u5730\u7684\u6587\u4ef6 <code>\/path\/to\/local\/file<\/code> \u590d\u5236\u5230\u8fdc\u7a0b\u670d\u52a1\u5668\u4e0a\u7684 <code>\/path\/to\/remote\/directory<\/code> \u76ee\u5f55\u4e2d\u3002<\/li>\n\n\n\n<li><strong><code>username<\/code><\/strong>\uff1a\u8fdc\u7a0b\u670d\u52a1\u5668\u7684\u7528\u6237\u540d\u3002<\/li>\n\n\n\n<li><strong><code>remote<\/code><\/strong>\uff1a\u8fdc\u7a0b\u670d\u52a1\u5668\u7684\u4e3b\u673a\u540d\u6216 IP \u5730\u5740\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\u4ece\u8fdc\u7a0b\u5230\u672c\u5730<\/strong><code>scp username@remote:\/path\/to\/remote\/file \/path\/to\/local\/directory<\/code>\n<ul class=\"wp-block-list\">\n<li>\u5c06\u8fdc\u7a0b\u670d\u52a1\u5668\u7684\u6587\u4ef6 <code>\/path\/to\/remote\/file<\/code> \u590d\u5236\u5230\u672c\u5730\u8ba1\u7b97\u673a\u7684 <code>\/path\/to\/local\/directory<\/code> \u76ee\u5f55\u4e2d\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\u4ece\u8fdc\u7a0b\u5230\u8fdc\u7a0b<\/strong><code>scp username@remote1:\/path\/to\/remote\/file username@remote2:\/path\/to\/remote\/directory<\/code>\n<ul class=\"wp-block-list\">\n<li>\u5c06\u8fdc\u7a0b\u4e3b\u673a <code>remote1<\/code> \u4e0a\u7684\u6587\u4ef6 <code>\/path\/to\/remote\/file<\/code> \u590d\u5236\u5230\u8fdc\u7a0b\u4e3b\u673a <code>remote2<\/code> \u4e0a\u7684 <code>\/path\/to\/remote\/directory<\/code> \u76ee\u5f55\u4e2d\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\u590d\u5236\u6574\u4e2a\u76ee\u5f55<\/strong><ul><li>\u4f7f\u7528 <code>-r<\/code> \u9009\u9879\u9012\u5f52\u590d\u5236\u76ee\u5f55\u3002<\/li><\/ul><code>scp -r \/path\/to\/local\/directory username@remote:\/path\/to\/remote\/directory<\/code>\n<ul class=\"wp-block-list\">\n<li>\u5c06\u672c\u5730\u7684\u6574\u4e2a\u76ee\u5f55 <code>\/path\/to\/local\/directory<\/code> \u590d\u5236\u5230\u8fdc\u7a0b\u670d\u52a1\u5668\u4e0a\u7684\u6307\u5b9a\u76ee\u5f55\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. \u5e38\u89c1\u9009\u9879<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>-r<\/code><\/strong>\uff1a\u9012\u5f52\u590d\u5236\u6574\u4e2a\u76ee\u5f55\u3002<ul><li>\u5982\u679c\u9700\u8981\u590d\u5236\u4e00\u4e2a\u76ee\u5f55\u800c\u4e0d\u662f\u5355\u4e2a\u6587\u4ef6\uff0c\u5fc5\u987b\u52a0\u4e0a <code>-r<\/code> \u9009\u9879\u3002<\/li><\/ul><code>scp -r \/local\/directory username@remote:\/remote\/directory<\/code><\/li>\n\n\n\n<li><strong><code>-p<\/code><\/strong>\uff1a\u4fdd\u7559\u6587\u4ef6\u7684\u65f6\u95f4\u6233\u3001\u6743\u9650\u7b49\u5143\u6570\u636e\u3002<ul><li>\u4f7f\u7528\u6b64\u9009\u9879\u53ef\u4ee5\u4fdd\u7559\u6587\u4ef6\u7684\u4fee\u6539\u65f6\u95f4\u548c\u6743\u9650\u8bbe\u7f6e\u3002<\/li><\/ul><code>scp -p \/path\/to\/local\/file username@remote:\/path\/to\/remote\/file<\/code><\/li>\n\n\n\n<li><strong><code>-C<\/code><\/strong>\uff1a\u542f\u7528\u538b\u7f29\u3002<ul><li>\u4f7f\u7528\u538b\u7f29\u53ef\u4ee5\u52a0\u901f\u4f20\u8f93\uff0c\u7279\u522b\u662f\u5728\u7f51\u7edc\u5e26\u5bbd\u8f83\u4f4e\u65f6\u3002<\/li><\/ul><code>scp -C \/path\/to\/local\/file username@remote:\/path\/to\/remote\/file<\/code><\/li>\n\n\n\n<li><strong><code>-i<\/code><\/strong>\uff1a\u4f7f\u7528\u6307\u5b9a\u7684 SSH \u5bc6\u94a5\u6587\u4ef6\u8fdb\u884c\u8eab\u4efd\u9a8c\u8bc1\u3002<ul><li>\u5982\u679c SSH \u9700\u8981\u901a\u8fc7\u5bc6\u94a5\u800c\u4e0d\u662f\u5bc6\u7801\u8ba4\u8bc1\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>-i<\/code> \u6307\u5b9a\u79c1\u94a5\u6587\u4ef6\u3002<\/li><\/ul><code>scp -i \/path\/to\/private_key \/path\/to\/local\/file username@remote:\/path\/to\/remote\/file<\/code><\/li>\n\n\n\n<li><strong><code>-v<\/code><\/strong>\uff1a\u542f\u7528\u8be6\u7ec6\u6a21\u5f0f\u3002<ul><li>\u8f93\u51fa\u8c03\u8bd5\u4fe1\u606f\uff0c\u5e2e\u52a9\u6392\u67e5\u8fde\u63a5\u6216\u4f20\u8f93\u8fc7\u7a0b\u4e2d\u7684\u95ee\u9898\u3002<\/li><\/ul><code>scp -v \/path\/to\/local\/file username@remote:\/path\/to\/remote\/file<\/code><\/li>\n\n\n\n<li><strong><code>-P<\/code><\/strong>\uff1a\u6307\u5b9a\u8fdc\u7a0b\u4e3b\u673a\u7684\u7aef\u53e3\u53f7\u3002<ul><li>\u5982\u679c\u8fdc\u7a0b\u670d\u52a1\u5668\u7684 SSH \u670d\u52a1\u4f7f\u7528\u975e\u9ed8\u8ba4\u7aef\u53e3\uff0c\u53ef\u4ee5\u901a\u8fc7 <code>-P<\/code> \u9009\u9879\u6307\u5b9a\u7aef\u53e3\u3002<\/li><\/ul><code>scp -P 2222 \/path\/to\/local\/file username@remote:\/path\/to\/remote\/file<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. <code>scp<\/code> \u7684\u5de5\u4f5c\u539f\u7406<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u52a0\u5bc6<\/strong>\uff1a<code>scp<\/code> \u57fa\u4e8e SSH \u534f\u8bae\u8fdb\u884c\u6570\u636e\u4f20\u8f93\uff0c\u6240\u6709\u7684\u4f20\u8f93\u5185\u5bb9\u90fd\u7ecf\u8fc7\u52a0\u5bc6\uff0c\u56e0\u6b64\u5728\u7f51\u7edc\u4e0a\u4f20\u8f93\u65f6\u6bd4\u8f83\u5b89\u5168\u3002<\/li>\n\n\n\n<li><strong>\u8eab\u4efd\u9a8c\u8bc1<\/strong>\uff1a<code>scp<\/code> \u4f1a\u901a\u8fc7 SSH \u8fdb\u884c\u8eab\u4efd\u9a8c\u8bc1\uff0c\u652f\u6301\u7528\u6237\u540d\/\u5bc6\u7801\u548c\u57fa\u4e8e\u5bc6\u94a5\u7684\u8ba4\u8bc1\u3002<\/li>\n\n\n\n<li><strong>\u4f20\u8f93\u6027\u80fd<\/strong>\uff1a<code>scp<\/code> \u9ed8\u8ba4\u4f7f\u7528\u52a0\u5bc6\uff0c\u4f46\u8fd9\u4f1a\u589e\u52a0\u4e00\u5b9a\u7684 CPU \u5f00\u9500\u3002\u5bf9\u4e8e\u5927\u6587\u4ef6\u4f20\u8f93\uff0c\u8003\u8651\u4f7f\u7528 <code>rsync<\/code>\uff08\u5e26\u6709 <code>-z<\/code> \u9009\u9879\u7684\u538b\u7f29\u4f20\u8f93\uff09\u6216\u76f4\u63a5\u4f7f\u7528\u5176\u4ed6\u66f4\u4f18\u5316\u7684\u5de5\u5177\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. \u793a\u4f8b<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u5c06\u672c\u5730\u6587\u4ef6\u4e0a\u4f20\u5230\u8fdc\u7a0b\u670d\u52a1\u5668<\/strong><code>scp \/home\/user\/test.txt username@192.168.1.100:\/home\/username\/documents\/<\/code>\n<ul class=\"wp-block-list\">\n<li>\u8fd9\u4e2a\u547d\u4ee4\u4f1a\u5c06\u672c\u5730\u7684 <code>test.txt<\/code> \u6587\u4ef6\u4e0a\u4f20\u5230\u8fdc\u7a0b\u670d\u52a1\u5668 <code>192.168.1.100<\/code> \u7684 <code>\/home\/username\/documents\/<\/code> \u76ee\u5f55\u4e2d\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\u5c06\u8fdc\u7a0b\u6587\u4ef6\u4e0b\u8f7d\u5230\u672c\u5730<\/strong><code>scp username@192.168.1.100:\/home\/username\/test.txt \/home\/user\/downloads\/<\/code>\n<ul class=\"wp-block-list\">\n<li>\u8fd9\u4e2a\u547d\u4ee4\u4f1a\u5c06\u8fdc\u7a0b\u670d\u52a1\u5668 <code>192.168.1.100<\/code> \u4e0a\u7684 <code>test.txt<\/code> \u6587\u4ef6\u4e0b\u8f7d\u5230\u672c\u5730 <code>\/home\/user\/downloads\/<\/code> \u76ee\u5f55\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\u4f7f\u7528 SSH \u5bc6\u94a5\u4f20\u8f93\u6587\u4ef6<\/strong><code>scp -i \/path\/to\/private_key \/path\/to\/local\/file username@remote:\/path\/to\/remote\/file<\/code>\n<ul class=\"wp-block-list\">\n<li>\u8fd9\u4e2a\u547d\u4ee4\u4f1a\u4f7f\u7528\u6307\u5b9a\u7684 SSH \u5bc6\u94a5 <code>\/path\/to\/private_key<\/code> \u8fde\u63a5\u5230\u8fdc\u7a0b\u670d\u52a1\u5668\uff0c\u5e76\u4e0a\u4f20\u6587\u4ef6\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\u9012\u5f52\u590d\u5236\u76ee\u5f55<\/strong><code>scp -r \/local\/directory username@remote:\/remote\/directory<\/code>\n<ul class=\"wp-block-list\">\n<li>\u8be5\u547d\u4ee4\u5c06\u672c\u5730\u76ee\u5f55 <code>\/local\/directory<\/code> \u9012\u5f52\u5730\u590d\u5236\u5230\u8fdc\u7a0b\u670d\u52a1\u5668\u4e0a\u7684 <code>\/remote\/directory<\/code> \u76ee\u5f55\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>\u901a\u8fc7\u6307\u5b9a\u7aef\u53e3\u4f20\u8f93\u6587\u4ef6<\/strong><code>scp -P 2222 \/path\/to\/local\/file username@remote:\/path\/to\/remote\/file<\/code>\n<ul class=\"wp-block-list\">\n<li>\u5982\u679c\u8fdc\u7a0b\u670d\u52a1\u5668\u7684 SSH \u670d\u52a1\u8fd0\u884c\u5728\u975e\u9ed8\u8ba4\u7aef\u53e3\uff08\u4f8b\u5982 2222\uff09\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>-P<\/code> \u9009\u9879\u6307\u5b9a\u7aef\u53e3\u53f7\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6. \u5b89\u5168\u6027\u8003\u8651<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u8ba4\u8bc1<\/strong>\uff1a\u4f7f\u7528 SSH \u5bc6\u94a5\u8ba4\u8bc1\u6bd4\u4f7f\u7528\u5bc6\u7801\u8ba4\u8bc1\u66f4\u52a0\u5b89\u5168\u3002\u786e\u4fdd\u5728 SSH \u914d\u7f6e\u4e2d\u7981\u7528\u5bc6\u7801\u8ba4\u8bc1\uff0c\u53ea\u5141\u8bb8\u4f7f\u7528\u5bc6\u94a5\u5bf9\u8fdb\u884c\u8fde\u63a5\u3002<\/li>\n\n\n\n<li><strong>\u4f20\u8f93\u52a0\u5bc6<\/strong>\uff1a<code>scp<\/code> \u4f1a\u81ea\u52a8\u52a0\u5bc6\u6587\u4ef6\u4f20\u8f93\uff0c\u786e\u4fdd\u4f20\u8f93\u8fc7\u7a0b\u4e2d\u6570\u636e\u4e0d\u4f1a\u88ab\u6cc4\u9732\u6216\u7be1\u6539\u3002<\/li>\n\n\n\n<li><strong>\u9632\u706b\u5899\u548c\u6743\u9650\u8bbe\u7f6e<\/strong>\uff1a\u786e\u4fdd\u53ea\u6709\u53d7\u4fe1\u4efb\u7684 IP \u5730\u5740\u548c\u7528\u6237\u624d\u80fd\u8bbf\u95ee\u8fdc\u7a0b\u670d\u52a1\u5668\uff0c\u8bbe\u7f6e\u5408\u7406\u7684\u9632\u706b\u5899\u548c\u6743\u9650\u7b56\u7565\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7. <code>scp<\/code> \u4e0e <code>rsync<\/code> \u6bd4\u8f83<\/strong><\/h3>\n\n\n\n<p>\u867d\u7136 <code>scp<\/code> \u975e\u5e38\u65b9\u4fbf\uff0c\u4f46\u5728\u67d0\u4e9b\u573a\u666f\u4e0b\uff0c<code>rsync<\/code> \u662f\u4e00\u4e2a\u66f4\u4f18\u79c0\u7684\u9009\u62e9\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u589e\u91cf\u4f20\u8f93<\/strong>\uff1a<code>rsync<\/code> \u652f\u6301\u589e\u91cf\u4f20\u8f93\uff0c\u53ea\u4f20\u8f93\u6709\u66f4\u6539\u7684\u90e8\u5206\uff0c\u800c <code>scp<\/code> \u6bcf\u6b21\u4f20\u8f93\u90fd\u4f1a\u4f20\u8f93\u6574\u4e2a\u6587\u4ef6\u3002<\/li>\n\n\n\n<li><strong>\u6027\u80fd<\/strong>\uff1a<code>rsync<\/code> \u5728\u4f20\u8f93\u5927\u6587\u4ef6\u65f6\u8868\u73b0\u66f4\u597d\uff0c\u5c24\u5176\u662f\u5728\u5e26\u5bbd\u6709\u9650\u7684\u60c5\u51b5\u4e0b\u3002<\/li>\n\n\n\n<li><strong>\u7075\u6d3b\u6027<\/strong>\uff1a<code>rsync<\/code> \u63d0\u4f9b\u4e86\u66f4\u591a\u7684\u9009\u9879\uff0c\u5982\u6570\u636e\u538b\u7f29\u3001\u540c\u6b65\u5220\u9664\u7b49\u529f\u80fd\u3002<\/li>\n<\/ul>\n\n\n\n<p>\u5bf9\u4e8e\u5927\u89c4\u6a21\u6587\u4ef6\u540c\u6b65\u6216\u9891\u7e41\u4f20\u8f93\u7684\u60c5\u51b5\uff0c<code>rsync<\/code> \u66f4\u4e3a\u9ad8\u6548\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u603b\u7ed3<\/strong><\/h3>\n\n\n\n<p><code>scp<\/code> \u662f\u4e00\u4e2a\u5b89\u5168\u3001\u7b80\u5355\u7684\u6587\u4ef6\u4f20\u8f93\u5de5\u5177\uff0c\u9002\u7528\u4e8e\u5927\u591a\u6570\u57fa\u4e8e SSH \u7684\u6587\u4ef6\u4f20\u8f93\u9700\u6c42\u3002\u5b83\u7684\u4f18\u70b9\u662f\u4f7f\u7528\u65b9\u4fbf\u3001\u652f\u6301\u52a0\u5bc6\uff0c\u4f46\u5bf9\u4e8e\u5927\u6587\u4ef6\u6216\u9ad8\u6548\u4f20\u8f93\uff0c<code>rsync<\/code> \u53ef\u80fd\u662f\u66f4\u597d\u7684\u9009\u62e9\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>scp\uff08Secure Copy Protocol\uff09\u662f\u4e00\u4e2a\u7528\u4e8e\u5728\u672c\u5730\u8ba1\u7b97\u673a\u4e0e\u8fdc\u7a0b\u8ba1&#8230; <a class=\"more-link\" href=\"https:\/\/www.52runoob.com\/index.php\/2025\/12\/20\/linux%e5%91%bd%e4%bb%a4%e6%96%87%e4%bb%b6%e4%bc%a0%e8%be%93%e5%91%bd%e4%bb%a4scp%e8%af%a6%e8%a7%a3-2\/\">Continue Reading &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-808","post","type-post","status-publish","format-standard","hentry","category-linux"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/comments?post=808"}],"version-history":[{"count":1,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/808\/revisions"}],"predecessor-version":[{"id":809,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/808\/revisions\/809"}],"wp:attachment":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/media?parent=808"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/categories?post=808"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/tags?post=808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}