<?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: ftpaccess configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767069#M73845</link>
    <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;The user is unable to see the directory becaue the command ls does not exist for him. If the user home directory is /home/test/./ . Do this,&lt;BR /&gt;&lt;BR /&gt;cd /home/test&lt;BR /&gt;mkdir usr&lt;BR /&gt;chmod 555 usr&lt;BR /&gt;mkdir usr/bin&lt;BR /&gt;chmod 555 usr/bin&lt;BR /&gt;cp /sbin/ls /home/test/usr/bin&lt;BR /&gt;&lt;BR /&gt;now ask the user to login and then do a "ls", he should be able to see the directory if the userid/group had read permission.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Jul 2002 12:02:07 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-07-18T12:02:07Z</dc:date>
    <item>
      <title>ftpaccess configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767066#M73842</link>
      <description>Hi Pals,&lt;BR /&gt;&lt;BR /&gt;I have activated ftpaccess control feature on HP-UX 11.0. Everything looks fine! but when user is loged via ftp in the home directory can't see any inside existent sub-directory. Maybe any parameter defined in /etc/ftpd/ftpaccess is affecting (pls find attached ftpaccess file).&lt;BR /&gt;&lt;BR /&gt;This user definiton in /etc/passwd is:&lt;BR /&gt;test:x:102:20:,,,:/home/test/./:/etc/ftponly&lt;BR /&gt;&lt;BR /&gt;Please consider that everything is OK except not being able to visualize the directories inside "/home/test/"&lt;BR /&gt;&lt;BR /&gt;Any tip about?</description>
      <pubDate>Thu, 18 Jul 2002 11:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767066#M73842</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2002-07-18T11:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767067#M73843</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   if the user's home dir. is /home/test you should change the home dir. definition in the passwd file for the user to:&lt;BR /&gt;test:x:102:20:,,,:/home/./test:/etc/ftponly &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope it helps, regards&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 11:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767067#M73843</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2002-07-18T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767068#M73844</link>
      <description>Hi Jose Maria,&lt;BR /&gt;I suppose that the user test is a member of the ftpgroup. In this case the home directory field of the password entry is divided into two directories. The first field is the root directory which will be the argument to the chroot call. In your case I suppose it must be /var/ftp. The second half is the users home directory relative to the root directory. The two halves are separeted by /./&lt;BR /&gt;&lt;BR /&gt;In your case could be:&lt;BR /&gt;test:x:102:20:,,,:/var/ftp/./test:/etc/ftponly&lt;BR /&gt;or&lt;BR /&gt;test:x:102:20:,,,:/var/ftp/./incoming:/etc/ftponly&lt;BR /&gt;&lt;BR /&gt;but the user will never log into /home/test. If you want to log there configure the user as a normal one:&lt;BR /&gt;&lt;BR /&gt;test:x:102:20:,,,:/home/test:/sbin/sh &lt;BR /&gt;&lt;BR /&gt;Un saludo&lt;BR /&gt;Juan</description>
      <pubDate>Thu, 18 Jul 2002 11:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767068#M73844</guid>
      <dc:creator>Juan González</dc:creator>
      <dc:date>2002-07-18T11:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767069#M73845</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;The user is unable to see the directory becaue the command ls does not exist for him. If the user home directory is /home/test/./ . Do this,&lt;BR /&gt;&lt;BR /&gt;cd /home/test&lt;BR /&gt;mkdir usr&lt;BR /&gt;chmod 555 usr&lt;BR /&gt;mkdir usr/bin&lt;BR /&gt;chmod 555 usr/bin&lt;BR /&gt;cp /sbin/ls /home/test/usr/bin&lt;BR /&gt;&lt;BR /&gt;now ask the user to login and then do a "ls", he should be able to see the directory if the userid/group had read permission.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 12:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767069#M73845</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-07-18T12:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767070#M73846</link>
      <description>Sanjay,&lt;BR /&gt;&lt;BR /&gt;On the target Pal..!!!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Jose</description>
      <pubDate>Thu, 18 Jul 2002 12:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767070#M73846</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2002-07-18T12:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767071#M73847</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;Glad to help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 12:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-configuration/m-p/2767071#M73847</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-07-18T12:23:10Z</dc:date>
    </item>
  </channel>
</rss>

