<?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>sftp</title>
	<atom:link href="https://www.aitaocui.cn/tag/192098/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Wed, 23 Nov 2022 18:12:18 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>sftp</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>sftp(安全文件传送协议)</title>
		<link>https://www.aitaocui.cn/article/300423.html</link>
					<comments>https://www.aitaocui.cn/article/300423.html#respond</comments>
		
		<dc:creator><![CDATA[摩洛克]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 18:12:18 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[sftp]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=300423</guid>

					<description><![CDATA[sftp是SecureFileTransferProtocol的缩写，安全文件传送协议。可以为传输文件提供一种安全的加密方法。sftp与ftp有着几乎一样的语法和功能。SFTP为S...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>sftp是SecureFileTransferProtocol的缩写，安全文件传送协议。可以为传输文件提供一种安全的加密方法。sftp与ftp有着几乎一样的语法和功能。SFTP为SSH的一部分，是一种传输档案至Blogger伺服器的安全方式。其实在SSH软件包中，已经包含了一个叫作SFTP(SecureFileTransferProtocol)的安全文件传输子系统，SFTP本身没有单独的守护进程，它必须使用sshd守护进程（端口号默认是22）来完成相应的连接操作，所以从某种意义上来说，SFTP并不像一个服务器程序，而更像是一个客户端程序。SFTP同样是使用加密传输认证信息和传输的数据，所以，使用SFTP是非常安全的。但是，由于这种传输方式使用了加密/解密技术，所以传输效率比普通的FTP要低得多，如果您对网络安全性要求更高时，可以使用SFTP代替FTP。</p>
</article>
<article>
<h1>连接方法</h1>
<p>windows中可以使用CoreFTP，FileZilla,WinSCP，Xftp来连接SFTP进行上传，下载文件，建立，删除目录等操作。</p>
<p>linux下直接在终端中输入：sftpusername@remoteip(orremotehostname)。出现验证时，只需填入正确的密码即可实现远程链接。登入成功后终端呈现出:sftp。</p>
<p>在sftp的环境下的操作就和一般份额ftp的操作类似了，ls,rm,mkdir,dir,pwd,等指令都是对远端进行操作，如果要对本地操作，只需在上述的指令上加‘l’变为：lls,lcd,lpwd等。当然既然是ftp，当然得说它的上传和下载咯！</p>
<p>上传：put/path/filename(本地主机)/path/filename(远端主机)；</p>
<p>下载：get/path/filename(远端主机)/path/filename(本地主机)。</p>
<p>另外提一下sftp在非正规端口（正规的是22号端口）登录：sftp-oport=1000username@remoteip.</p>
<h1>关于SFTP的扩展资料</h1>
<p>1.Youmightwonderifyoualreadyhaveasecurefiletransferprotocol,orFTP,(sftp)whichcomeswithopenSSH,whywouldyouoptforanewwayofsecuringtheFTP?/n您可能会觉得奇怪，既然openSSH已经提供了文件传输协议（FTP）的安全版本（sftp），为什么要用一种新方法保护FTP？/n2.OpenSSHincludessshforsecurelogins,scpforsecurecopies,andsftp&amp;asecurealternativetoFileTransferProtocol(FTP)./nOpenSSH包含ssh（用于安全登录）、scp（用于安全复制）和sftp（FileTransferProtocol的另一种安全选择）。</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/300423.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
