<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>scp &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/scp/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Sun, 30 Oct 2011 14:16:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>安全传输文件：SCP命令用法示例</title>
		<link>https://wordpress.youran.me/%e5%ae%89%e5%85%a8%e4%bc%a0%e8%be%93%e6%96%87%e4%bb%b6%ef%bc%9ascp%e5%91%bd%e4%bb%a4%e7%94%a8%e6%b3%95%e7%a4%ba%e4%be%8b/</link>
					<comments>https://wordpress.youran.me/%e5%ae%89%e5%85%a8%e4%bc%a0%e8%be%93%e6%96%87%e4%bb%b6%ef%bc%9ascp%e5%91%bd%e4%bb%a4%e7%94%a8%e6%b3%95%e7%a4%ba%e4%be%8b/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Sun, 30 Oct 2011 14:14:09 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[安全传输]]></category>
		<category><![CDATA[拷贝]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=196</guid>

					<description><![CDATA[1、拷贝本地的档案到远程的机器上 scp /etc/lilo.conf k@net67.ee.oit.edu.tw:/home/k 会将本地的 /etc/lilo.conf 这个档案拷贝到 net67.ee.oit.edu.tw，使用者 k 的家目录下。 2、拷贝远程机器上的档案到本地来 scp k@net67.ee.oit.edu.tw:/etc/lilo.conf /etc 会将 net67.ee.oitdu.tw 中 /etc/lilo.conf 档案 copy 到本地的 /etc 目录下。 3、保持从来源 host 档案的属性 scp –p k@net67.ee.tw:/etc/lilo.conf /etc 4、如果想使用特定端口 使用 scp –P（大写） 如 &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e5%ae%89%e5%85%a8%e4%bc%a0%e8%be%93%e6%96%87%e4%bb%b6%ef%bc%9ascp%e5%91%bd%e4%bb%a4%e7%94%a8%e6%b3%95%e7%a4%ba%e4%be%8b/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 33/34 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/6 queries in 0.001 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:07:02 by W3 Total Cache
-->