{"id":986,"date":"2025-12-27T11:19:22","date_gmt":"2025-12-27T03:19:22","guid":{"rendered":"https:\/\/www.52runoob.com\/?p=986"},"modified":"2025-12-27T11:19:22","modified_gmt":"2025-12-27T03:19:22","slug":"scp%e5%91%bd%e4%bb%a4","status":"publish","type":"post","link":"https:\/\/www.52runoob.com\/index.php\/2025\/12\/27\/scp%e5%91%bd%e4%bb%a4\/","title":{"rendered":"scp\u547d\u4ee4"},"content":{"rendered":"\n<p><code>scp<\/code> \u662f Linux\/Unix \u7cfb\u7edf\u4e0b\u7528\u4e8e <strong>\u5728\u672c\u5730\u4e3b\u673a\u548c\u8fdc\u7a0b\u4e3b\u673a\u4e4b\u95f4\u5b89\u5168\u590d\u5236\u6587\u4ef6\u6216\u76ee\u5f55<\/strong> \u7684\u547d\u4ee4\uff0c\u5b83\u57fa\u4e8e SSH \u534f\u8bae\uff0c\u4f20\u8f93\u8fc7\u7a0b\u52a0\u5bc6\uff0c\u5b89\u5168\u53ef\u9760\u3002\u4e0b\u9762\u7ed9\u4f60\u6574\u7406\u4e00\u4e2a\u5168\u9762\u6307\u5357\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e00\u3001\u57fa\u672c\u8bed\u6cd5<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp &#x5B;\u9009\u9879] &amp;lt;\u6e90\u8def\u5f84&gt; &amp;lt;\u76ee\u6807\u8def\u5f84&gt;\n\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">1. \u590d\u5236\u672c\u5730\u6587\u4ef6\u5230\u8fdc\u7a0b\u4e3b\u673a<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp \/local\/path\/file.txt user@remote_host:\/remote\/path\/\n\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/local\/path\/file.txt<\/code> \u2192 \u672c\u5730\u6587\u4ef6\u8def\u5f84<\/li>\n\n\n\n<li><code>user@remote_host<\/code> \u2192 \u8fdc\u7a0b\u7528\u6237\u540d\u548c IP\/\u57df\u540d<\/li>\n\n\n\n<li><code>\/remote\/path\/<\/code> \u2192 \u8fdc\u7a0b\u76ee\u5f55<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. \u590d\u5236\u8fdc\u7a0b\u6587\u4ef6\u5230\u672c\u5730<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp user@remote_host:\/remote\/path\/file.txt \/local\/path\/\n\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">3. \u590d\u5236\u76ee\u5f55\uff08\u9012\u5f52\uff09<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp -r \/local\/path\/dir user@remote_host:\/remote\/path\/\n\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li><code>-r<\/code> \u2192 \u9012\u5f52\u590d\u5236\u6574\u4e2a\u76ee\u5f55<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e8c\u3001\u5e38\u7528\u9009\u9879<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u53c2\u6570<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td><code>-r<\/code><\/td><td>\u9012\u5f52\u590d\u5236\u76ee\u5f55<\/td><\/tr><tr><td><code>-P port<\/code><\/td><td>\u6307\u5b9a\u8fdc\u7a0b SSH \u7aef\u53e3\uff08\u6ce8\u610f\u5927\u5199 P\uff09<\/td><\/tr><tr><td><code>-p<\/code><\/td><td>\u4fdd\u7559\u6587\u4ef6\u4fee\u6539\u65f6\u95f4\u3001\u8bbf\u95ee\u65f6\u95f4\u548c\u6743\u9650<\/td><\/tr><tr><td><code>-q<\/code><\/td><td>\u9759\u9ed8\u6a21\u5f0f\uff0c\u4e0d\u663e\u793a\u4f20\u8f93\u8fdb\u5ea6<\/td><\/tr><tr><td><code>-C<\/code><\/td><td>\u542f\u7528\u538b\u7f29\uff0c\u52a0\u5feb\u4f20\u8f93\u901f\u5ea6<\/td><\/tr><tr><td><code>-v<\/code><\/td><td>\u663e\u793a\u8be6\u7ec6\u4fe1\u606f\uff08\u8c03\u8bd5\u7528\uff09<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e09\u3001\u793a\u4f8b<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. \u590d\u5236\u672c\u5730\u6587\u4ef6\u5230\u8fdc\u7a0b\u670d\u52a1\u5668\uff08\u9ed8\u8ba4 22 \u7aef\u53e3\uff09<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp file.txt root@192.168.1.10:\/home\/root\/\n\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">2. \u590d\u5236\u8fdc\u7a0b\u6587\u4ef6\u5230\u672c\u5730<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp root@192.168.1.10:\/home\/root\/file.txt \/home\/localuser\/\n\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">3. \u590d\u5236\u76ee\u5f55\u5230\u8fdc\u7a0b\uff08\u5e26\u538b\u7f29\uff09<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp -rC \/home\/localuser\/mydir root@192.168.1.10:\/home\/root\/\n\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">4. \u4f7f\u7528\u975e\u9ed8\u8ba4 SSH \u7aef\u53e3<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nscp -P 2222 file.txt root@192.168.1.10:\/home\/root\/\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u56db\u3001\u6ce8\u610f\u4e8b\u9879<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>scp<\/code> \u57fa\u4e8e <strong>SSH<\/strong>\uff0c\u6240\u4ee5\u9700\u8981\u8fdc\u7a0b\u4e3b\u673a\u5f00\u542f SSH \u670d\u52a1\u5e76\u53ef\u767b\u5f55\u3002<\/li>\n\n\n\n<li>\u6587\u4ef6\u6743\u9650\u95ee\u9898\u53ef\u80fd\u5bfc\u81f4\u65e0\u6cd5\u5199\u5165\u76ee\u6807\u8def\u5f84\uff0c\u8981\u786e\u4fdd\u6709\u5199\u6743\u9650\u3002<\/li>\n\n\n\n<li>\u5bf9\u5927\u6587\u4ef6\u6216\u76ee\u5f55\u5efa\u8bae\u52a0 <code>-C<\/code> \u538b\u7f29\u9009\u9879\u3002<\/li>\n\n\n\n<li>\u5982\u679c\u9700\u8981\u9891\u7e41\u590d\u5236\u6587\u4ef6\uff0c\u4e5f\u53ef\u4ee5\u8003\u8651\u4f7f\u7528 <code>rsync<\/code>\uff0c\u6548\u7387\u66f4\u9ad8\u4e14\u652f\u6301\u65ad\u70b9\u7eed\u4f20\u3002<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>scp \u662f Linux\/Unix \u7cfb\u7edf\u4e0b\u7528\u4e8e \u5728\u672c\u5730\u4e3b\u673a\u548c\u8fdc\u7a0b\u4e3b\u673a\u4e4b\u95f4\u5b89\u5168\u590d\u5236\u6587&#8230; <a class=\"more-link\" href=\"https:\/\/www.52runoob.com\/index.php\/2025\/12\/27\/scp%e5%91%bd%e4%bb%a4\/\">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":[12],"tags":[],"class_list":["post-986","post","type-post","status-publish","format-standard","hentry","category-12"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/986","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=986"}],"version-history":[{"count":1,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/986\/revisions"}],"predecessor-version":[{"id":987,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/986\/revisions\/987"}],"wp:attachment":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/media?parent=986"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/categories?post=986"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/tags?post=986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}