<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comentários sobre: Como criar um servidor FTP (Pure-FTPd) com usuário no banco de dados MariaDB/MySQL com Debian 11 Bullseye	</title>
	<atom:link href="https://blog.remontti.com.br/6975/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.remontti.com.br/6975</link>
	<description>rudimar@remontti</description>
	<lastBuildDate>Sun, 22 Mar 2026 23:48:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Por: Ruy		</title>
		<link>https://blog.remontti.com.br/6975#comment-135425</link>

		<dc:creator><![CDATA[Ruy]]></dc:creator>
		<pubDate>Sun, 22 Mar 2026 23:48:08 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-135425</guid>

					<description><![CDATA[no ubuntu 24 troque MD5(&#039;SUA_SENHA&#039;) por ENCRYPT(&#039;SUA_SENHA&#039;).
para adicionar o usuario FTP no mariaDB]]></description>
			<content:encoded><![CDATA[<p>no ubuntu 24 troque MD5(&#8216;SUA_SENHA&#8217;) por ENCRYPT(&#8216;SUA_SENHA&#8217;).<br />
para adicionar o usuario FTP no mariaDB</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: mario medeiros		</title>
		<link>https://blog.remontti.com.br/6975#comment-134938</link>

		<dc:creator><![CDATA[mario medeiros]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 04:19:10 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-134938</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/6975#comment-125713&quot;&gt;Janio Felix&lt;/a&gt;.

# alterando a senha do usuário
# Entre no mariadb com seu usuário pureftpd e senha
mysql -u pureftpd -p 

USE pureftpd;
UPDATE ftpd SET Password=MD5(&#039;nova-senha&#039;) WHERE User=&#039;nomedousuario&#039;;
EXIT;]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/6975#comment-125713">Janio Felix</a>.</p>
<p># alterando a senha do usuário<br />
# Entre no mariadb com seu usuário pureftpd e senha<br />
mysql -u pureftpd -p </p>
<p>USE pureftpd;<br />
UPDATE ftpd SET Password=MD5(&#8216;nova-senha&#8217;) WHERE User=&#8217;nomedousuario&#8217;;<br />
EXIT;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Janio Felix		</title>
		<link>https://blog.remontti.com.br/6975#comment-125713</link>

		<dc:creator><![CDATA[Janio Felix]]></dc:creator>
		<pubDate>Mon, 24 Jun 2024 13:34:06 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-125713</guid>

					<description><![CDATA[Como remover um usuario ou alterar a senha?]]></description>
			<content:encoded><![CDATA[<p>Como remover um usuario ou alterar a senha?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Rudimar Remontti		</title>
		<link>https://blog.remontti.com.br/6975#comment-123671</link>

		<dc:creator><![CDATA[Rudimar Remontti]]></dc:creator>
		<pubDate>Tue, 30 Jan 2024 12:11:07 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-123671</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/6975#comment-123627&quot;&gt;Leonardo&lt;/a&gt;.

crie o arquivo &lt;strong&gt;Bind&lt;/strong&gt; em /etc/pure-ftpd/ com o numero da porta que deseja.
echo &quot;2121&quot; &gt; /etc/pure-ftpd/conf/Bind]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/6975#comment-123627">Leonardo</a>.</p>
<p>crie o arquivo <strong>Bind</strong> em /etc/pure-ftpd/ com o numero da porta que deseja.<br />
echo &#8220;2121&#8221; > /etc/pure-ftpd/conf/Bind</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Leonardo		</title>
		<link>https://blog.remontti.com.br/6975#comment-123627</link>

		<dc:creator><![CDATA[Leonardo]]></dc:creator>
		<pubDate>Fri, 26 Jan 2024 19:23:16 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-123627</guid>

					<description><![CDATA[Boa tarde, para alterar a porta padrão 21 para outra porta onde seria ?]]></description>
			<content:encoded><![CDATA[<p>Boa tarde, para alterar a porta padrão 21 para outra porta onde seria ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: John Kleber		</title>
		<link>https://blog.remontti.com.br/6975#comment-122677</link>

		<dc:creator><![CDATA[John Kleber]]></dc:creator>
		<pubDate>Fri, 24 Nov 2023 20:29:27 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-122677</guid>

					<description><![CDATA[Como faço pra renovar o certificado?]]></description>
			<content:encoded><![CDATA[<p>Como faço pra renovar o certificado?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Ruy Barbosa Borges França		</title>
		<link>https://blog.remontti.com.br/6975#comment-121306</link>

		<dc:creator><![CDATA[Ruy Barbosa Borges França]]></dc:creator>
		<pubDate>Sat, 19 Aug 2023 14:07:33 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-121306</guid>

					<description><![CDATA[aqui tive que mudar o diretorio para apenas /
depois disso funciona bem, muito obrigado.]]></description>
			<content:encoded><![CDATA[<p>aqui tive que mudar o diretorio para apenas /<br />
depois disso funciona bem, muito obrigado.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Olivam		</title>
		<link>https://blog.remontti.com.br/6975#comment-120381</link>

		<dc:creator><![CDATA[Olivam]]></dc:creator>
		<pubDate>Mon, 26 Jun 2023 16:09:11 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-120381</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/6975#comment-120299&quot;&gt;Olivam&lt;/a&gt;.

encrontrei a solução.
no /etc/pure-ftpd/db/mysql.conf mudar de MYSQLCrypt md5 para  MYSQLCrypt crypt e criar usuario com ENCRYPT
INSERT INTO `ftpd` (`User`, `status`, `Password`, `Uid`, `Gid`, `Dir`, `ULBandwidth`, `DLBandwidth`, `comment`, `ipaccess`, `QuotaSize`, `QuotaFiles`) 
VALUES (&#039;remontti&#039;, &#039;1&#039;, ENCRYPT(&#039;SUA_SENHA&#039;), &#039;2001&#039;, &#039;2001&#039;, &#039;/var/pure-ftpd/remontti&#039;, &#039;100&#039;, &#039;100&#039;, &#039;&#039;, &#039;*&#039;, &#039;50&#039;, &#039;0&#039;);
funcionando 100% no Debian 12]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/6975#comment-120299">Olivam</a>.</p>
<p>encrontrei a solução.<br />
no /etc/pure-ftpd/db/mysql.conf mudar de MYSQLCrypt md5 para  MYSQLCrypt crypt e criar usuario com ENCRYPT<br />
INSERT INTO `ftpd` (`User`, `status`, `Password`, `Uid`, `Gid`, `Dir`, `ULBandwidth`, `DLBandwidth`, `comment`, `ipaccess`, `QuotaSize`, `QuotaFiles`)<br />
VALUES (&#8216;remontti&#8217;, &#8216;1&#8217;, ENCRYPT(&#8216;SUA_SENHA&#8217;), &#8216;2001&#8217;, &#8216;2001&#8217;, &#8216;/var/pure-ftpd/remontti&#8217;, &#8216;100&#8217;, &#8216;100&#8217;, &#8221;, &#8216;*&#8217;, &#8217;50&#8217;, &#8216;0&#8217;);<br />
funcionando 100% no Debian 12</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Olivam		</title>
		<link>https://blog.remontti.com.br/6975#comment-120379</link>

		<dc:creator><![CDATA[Olivam]]></dc:creator>
		<pubDate>Mon, 26 Jun 2023 15:51:31 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-120379</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/6975#comment-120299&quot;&gt;Olivam&lt;/a&gt;.

no pagina do pureftpds-mysql encontrei essa informação,  Support for MD5, SHA1 and the MySQL PASSWORD() function were removed for password hashing. You should now use scrypt, argon2 or the system crypt(3) function.]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/6975#comment-120299">Olivam</a>.</p>
<p>no pagina do pureftpds-mysql encontrei essa informação,  Support for MD5, SHA1 and the MySQL PASSWORD() function were removed for password hashing. You should now use scrypt, argon2 or the system crypt(3) function.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Olivam		</title>
		<link>https://blog.remontti.com.br/6975#comment-120299</link>

		<dc:creator><![CDATA[Olivam]]></dc:creator>
		<pubDate>Thu, 22 Jun 2023 13:22:05 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-120299</guid>

					<description><![CDATA[no debian 12 da o erro [WARNING] Authentication failed for user, alguma dica, obrigado]]></description>
			<content:encoded><![CDATA[<p>no debian 12 da o erro [WARNING] Authentication failed for user, alguma dica, obrigado</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Igor		</title>
		<link>https://blog.remontti.com.br/6975#comment-118647</link>

		<dc:creator><![CDATA[Igor]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 20:44:44 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-118647</guid>

					<description><![CDATA[Rudimar, muito obrigado pelo conteudo, você é fera!! 
Uma pergunta, posso utilizar esse serviço para fazer backups de olts, switchs, routeros entre outros ? Obrigado.]]></description>
			<content:encoded><![CDATA[<p>Rudimar, muito obrigado pelo conteudo, você é fera!!<br />
Uma pergunta, posso utilizar esse serviço para fazer backups de olts, switchs, routeros entre outros ? Obrigado.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Jean		</title>
		<link>https://blog.remontti.com.br/6975#comment-118149</link>

		<dc:creator><![CDATA[Jean]]></dc:creator>
		<pubDate>Tue, 14 Feb 2023 14:29:31 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-118149</guid>

					<description><![CDATA[Oi Rudimar, gostei muito... porém tive problema na geração do certificado. Neste passo: openssl req -x509 -nodes -newkey rsa:2048 -sha256 -keyout \
  /etc/ssl/private/pure-ftpd.pem \
  -out /etc/ssl/private/pure-ftpd.pem

Me da a saida:


root@server:~# openssl req -x509 -nodes -newkey rsa:2048 -sha256 -keyout \ /etc/ssl/private/pure-ftpd.pem \ -out /etc/ssl/private/pure-ftpd.pem
Generating a RSA private key
......................................................................................................................................................................+++++
...................................................................................+++++
writing new private key to &#039; /etc/ssl/private/pure-ftpd.pem&#039;
req: Can&#039;t open &quot; /etc/ssl/private/pure-ftpd.pem&quot; for writing, No such file or directory



Detalhe: Estou utilziando Ubuntu 20.04 Server]]></description>
			<content:encoded><![CDATA[<p>Oi Rudimar, gostei muito&#8230; porém tive problema na geração do certificado. Neste passo: openssl req -x509 -nodes -newkey rsa:2048 -sha256 -keyout \<br />
  /etc/ssl/private/pure-ftpd.pem \<br />
  -out /etc/ssl/private/pure-ftpd.pem</p>
<p>Me da a saida:</p>
<p>root@server:~# openssl req -x509 -nodes -newkey rsa:2048 -sha256 -keyout \ /etc/ssl/private/pure-ftpd.pem \ -out /etc/ssl/private/pure-ftpd.pem<br />
Generating a RSA private key<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.+++++<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..+++++<br />
writing new private key to &#8216; /etc/ssl/private/pure-ftpd.pem&#8217;<br />
req: Can&#8217;t open &#8221; /etc/ssl/private/pure-ftpd.pem&#8221; for writing, No such file or directory</p>
<p>Detalhe: Estou utilziando Ubuntu 20.04 Server</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Rudimar Remontti		</title>
		<link>https://blog.remontti.com.br/6975#comment-117758</link>

		<dc:creator><![CDATA[Rudimar Remontti]]></dc:creator>
		<pubDate>Mon, 16 Jan 2023 17:52:47 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-117758</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/6975#comment-117756&quot;&gt;FAGNER PAULINO&lt;/a&gt;.

Ajustado, obrigado.]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/6975#comment-117756">FAGNER PAULINO</a>.</p>
<p>Ajustado, obrigado.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: FAGNER PAULINO		</title>
		<link>https://blog.remontti.com.br/6975#comment-117756</link>

		<dc:creator><![CDATA[FAGNER PAULINO]]></dc:creator>
		<pubDate>Mon, 16 Jan 2023 12:20:26 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=6975#comment-117756</guid>

					<description><![CDATA[Ótimo tutorial como sempre Rudimar
Parabéns e muito obrigado por sempre está ajudando!
Só depois da uma ajustada nos requisitos, que o link está para baixar o debian 10]]></description>
			<content:encoded><![CDATA[<p>Ótimo tutorial como sempre Rudimar<br />
Parabéns e muito obrigado por sempre está ajudando!<br />
Só depois da uma ajustada nos requisitos, que o link está para baixar o debian 10</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
