<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SFTP on Even - A super concise theme for Hugo</title>
    <link>http://localhost:1313/tags/sftp/</link>
    <description>Recent content in SFTP on Even - A super concise theme for Hugo</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 28 May 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://localhost:1313/tags/sftp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SFTP基础学习</title>
      <link>http://localhost:1313/posts/workspace/01-tech/other/sftp%E5%AD%A6%E4%B9%A0/</link>
      <pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/other/sftp%E5%AD%A6%E4%B9%A0/</guid>
      <description>&lt;h1 id=&#34;概念知识&#34;&gt;概念知识&lt;/h1&gt;&#xA;&lt;h2 id=&#34;ftp-vs-sftp&#34;&gt;FTP vs SFTP&lt;/h2&gt;&#xA;&lt;p&gt;FTP(file transfer protocol)：&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Using the client/server model, FTP supports the direct transfer of files between your chosen FTP client and your web server.&#xA;by &lt;a href=&#34;https://kinsta.com/knowledgebase/ftp-vs-sftp/&#34;&gt;https://kinsta.com/knowledgebase/ftp-vs-sftp/&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;SFTP(ssh|secure file transfer protocol，安全文件传输协议): 实现功能和FTP一样，但是通过SSH（a secure channel）提供安全的文件传输。具体来说：the data moves between your FTP client and your web server is &lt;strong&gt;encrpted&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SSH学习</title>
      <link>http://localhost:1313/posts/workspace/01-tech/other/ssh%E5%AD%A6%E4%B9%A0/</link>
      <pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/other/ssh%E5%AD%A6%E4%B9%A0/</guid>
      <description>&lt;h1 id=&#34;概念知识&#34;&gt;概念知识&lt;/h1&gt;&#xA;&lt;p&gt;参考： &lt;a href=&#34;https://codecharms.me/posts/security-ssh&#34;&gt;https://codecharms.me/posts/security-ssh&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;ssh&#34;&gt;SSH&lt;/h2&gt;&#xA;&lt;p&gt;SSH (Secure Shell)是一种连接加密机制，能够保证我们在传送数据时，会先进行加密，并且只有通过认证的才能解密。使用的是&lt;strong&gt;公钥加密&lt;/strong&gt;技术&lt;/p&gt;&#xA;&lt;p&gt;属于client-server模型，要建立一个ssh连接的条件：&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
