<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом ftp</title>
<link>https://blog.m9k.space/tags/ftp/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Проверка работы FTPs с использованием сертификатов</title>
<guid isPermaLink="false">161</guid>
<link>https://blog.m9k.space/all/proverka-raboty-ftp/</link>
<pubDate>Fri, 12 Jul 2024 05:47:00 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/proverka-raboty-ftp/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;curl -3 -k -v --ftp-ssl --tlsv1.2 --ftp-ssl-reqd --ftp-pasv --key client.key --cacert ca.crt --cert client.crt --user $USERNAME ftp://$IP:$PORT&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>