<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ftp on rammie_blog</title>
    <link>https://rammie-blog.xyz/tags/ftp/</link>
    <description>Recent content in Ftp on rammie_blog</description>
    <generator>Hugo</generator>
    <language>ko</language>
    <lastBuildDate>Wed, 11 Oct 2023 15:07:43 +0000</lastBuildDate>
    <atom:link href="https://rammie-blog.xyz/tags/ftp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setting up sftp</title>
      <link>https://rammie-blog.xyz/posts/setting-up-sftp/</link>
      <pubDate>Wed, 11 Oct 2023 15:07:43 +0000</pubDate>
      <guid>https://rammie-blog.xyz/posts/setting-up-sftp/</guid>
      <description>&lt;p&gt;sFTP란 ssh File Transfer Protocol의 약자로, ssh 포트를 통해 파일을 주고 받을 수 있는 규약이다. FTP의 보안이 강화된 버전이라고 볼 수 있다.&lt;/p&gt;
&lt;p&gt;원격으로 파일을 전송할 때, 간단히 scp로도 전송할 수 있다. 하지만 전송해야 할 파일이 많거나, 용량이 크거나, 서버 간 다른 플랫폼을 사용하고 있다면 전송이 어려울 수 있다.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;scp -p [port] [file_path] [user_name]@[ip_address]:[target_path]
&lt;/code&gt;&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;SCP vs SFTP
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://parkadd.tistory.com/129&#34;&gt;https://parkadd.tistory.com/129&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;나는 Windows에서 Ubuntu 서버로 file을 옮기는 작업을 주로 하기 때문에, sFTP를 setup하고 FileZila를 이용해서 전송을 한다.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
