<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102233#M30730</link>
    <description>hi,&lt;BR /&gt;i tryed getsebool -a |grep ftp&lt;BR /&gt;      i got &lt;BR /&gt;# getsebool -a |grep ftp&lt;BR /&gt;allow_ftpd_anon_write --&amp;gt; off&lt;BR /&gt;allow_ftpd_full_access --&amp;gt; off&lt;BR /&gt;allow_ftpd_use_cifs --&amp;gt; off&lt;BR /&gt;allow_ftpd_use_nfs --&amp;gt; off&lt;BR /&gt;ftp_home_dir --&amp;gt; off&lt;BR /&gt;ftpd_disable_trans --&amp;gt; off&lt;BR /&gt;httpd_enable_ftp_server --&amp;gt; off&lt;BR /&gt;&lt;BR /&gt; is that currect?&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Nov 2007 00:43:10 GMT</pubDate>
    <dc:creator>Abhirama.M.V</dc:creator>
    <dc:date>2007-11-15T00:43:10Z</dc:date>
    <item>
      <title>ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102228#M30725</link>
      <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;      I am not getting this problem while configuring vsftpd.can any one help me.&lt;BR /&gt;The error is : &lt;BR /&gt;        500 OOPS : Cannot change directory : /home/sam.&lt;BR /&gt;&lt;BR /&gt;I have user 'sam' . but i am getting access by typing 'ftp' in the place of  username and password.&lt;BR /&gt;    please solve this problem....</description>
      <pubDate>Wed, 14 Nov 2007 05:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102228#M30725</guid>
      <dc:creator>Abhirama.M.V</dc:creator>
      <dc:date>2007-11-14T05:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102229#M30726</link>
      <description>most probably look over permissions of /home/sam&lt;BR /&gt;Kapil</description>
      <pubDate>Wed, 14 Nov 2007 06:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102229#M30726</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-11-14T06:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102230#M30727</link>
      <description>hi kapil,&lt;BR /&gt;    its 'drwxrwxrwx'</description>
      <pubDate>Wed, 14 Nov 2007 07:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102230#M30727</guid>
      <dc:creator>Abhirama.M.V</dc:creator>
      <dc:date>2007-11-14T07:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102231#M30728</link>
      <description>777 permissions are very dangerous and should not be used unless you know what you are doing. If the sam directory has 777, then maybe the  home or / is not allowing access.</description>
      <pubDate>Wed, 14 Nov 2007 07:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102231#M30728</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-11-14T07:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102232#M30729</link>
      <description>try ran setenforce 0, and test.(if it is not a prod system)&lt;BR /&gt;&lt;BR /&gt;if it works, check to see if ftp_home_dir is set to "on"(see the below command)? If not, set it to "on" and then turn on SELinux(setenforce 1) and then try again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# getsebool -a |grep ftp&lt;BR /&gt;allow_ftpd_anon_write --&amp;gt; off&lt;BR /&gt;allow_ftpd_full_access --&amp;gt; off&lt;BR /&gt;allow_ftpd_use_cifs --&amp;gt; off&lt;BR /&gt;allow_ftpd_use_nfs --&amp;gt; off&lt;BR /&gt;ftp_home_dir --&amp;gt; on&lt;BR /&gt;ftpd_disable_trans --&amp;gt; off&lt;BR /&gt;ftpd_is_daemon --&amp;gt; on&lt;BR /&gt;httpd_enable_ftp_server --&amp;gt; off&lt;BR /&gt;tftpd_disable_trans --&amp;gt; off</description>
      <pubDate>Wed, 14 Nov 2007 12:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102232#M30729</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2007-11-14T12:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102233#M30730</link>
      <description>hi,&lt;BR /&gt;i tryed getsebool -a |grep ftp&lt;BR /&gt;      i got &lt;BR /&gt;# getsebool -a |grep ftp&lt;BR /&gt;allow_ftpd_anon_write --&amp;gt; off&lt;BR /&gt;allow_ftpd_full_access --&amp;gt; off&lt;BR /&gt;allow_ftpd_use_cifs --&amp;gt; off&lt;BR /&gt;allow_ftpd_use_nfs --&amp;gt; off&lt;BR /&gt;ftp_home_dir --&amp;gt; off&lt;BR /&gt;ftpd_disable_trans --&amp;gt; off&lt;BR /&gt;httpd_enable_ftp_server --&amp;gt; off&lt;BR /&gt;&lt;BR /&gt; is that currect?&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Nov 2007 00:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/4102233#M30730</guid>
      <dc:creator>Abhirama.M.V</dc:creator>
      <dc:date>2007-11-15T00:43:10Z</dc:date>
    </item>
  </channel>
</rss>

