<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Linux Forum &mdash; вопрос по proFTPd]]></title>
		<link>https://linuxforum.ru/viewtopic.php?id=1769</link>
		<atom:link href="https://linuxforum.ru/extern.php?action=feed&amp;tid=1769&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «вопрос по proFTPd».]]></description>
		<lastBuildDate>Sun, 21 Mar 2010 14:38:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[вопрос по proFTPd]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=25375#p25375</link>
			<description><![CDATA[<p>хай пипл! в общем вопрос для гуру</p><p>у меня в локалке есть тачка с установленной туда CentOS 5, стоит proftpd 1.3.2, надо дать права для юзера на свою папку по директории /var/www/html/user , итак я создал юзера userftp и прописал его данные в proftpd.conf вот в таком ввиде</p><div class="codebox"><pre><code>&lt;Anonymous ~userftp&gt;

  # Allow logins if they are disabled above.
  &lt;Limit LOGIN&gt;
    AllowAll
  &lt;/Limit&gt;

  # Maximum clients with message
  MaxClients                    5 &quot;Sorry, max %m users -- try again later&quot;

  User                          userftp
  Group                         userftp
  # We want clients to be able to login with &quot;anonymous&quot; as well as &quot;ftp&quot;
  UserAlias                     anonymous userftp
  HideNoAccess                  on

  # Limit WRITE everywhere in the anonymous chroot
  &lt;Limit WRITE&gt;
    DenyAll
  &lt;/Limit&gt;

 # An upload directory that allows storing files but not retrieving
  # or creating directories.
  &lt;Directory uploads/*&gt;
    &lt;Limit READ&gt;
      DenyAll
    &lt;/Limit&gt;

    &lt;Limit MKD STOR LIST&gt;
      AllowAll
    &lt;/Limit&gt;</code></pre></div><p>попробовал зайти под этим аккаунтом все нормально логинится и видит свою директорию, но его директория это есть /home/userftp/ , поэтому я попробовал создать еще одного юзера, но домашнию директорию указал другую вот эту /var/www/html/user&nbsp; &nbsp;в файле конфигурации написал все так же как для первого, но не хочет логиниться пишет инккорект пассворд :mad:&nbsp; </p><p>Как быть ? помогите плзз</p>]]></description>
			<author><![CDATA[null@example.com (Desp)]]></author>
			<pubDate>Sun, 21 Mar 2010 14:38:45 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=25375#p25375</guid>
		</item>
	</channel>
</rss>
