<?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 access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560883#M29324</link>
    <description>Under /./ you should create :&lt;BR /&gt;&lt;BR /&gt;mkdir -p usr/bin&lt;BR /&gt;cp /sbin/ls usr/bin&lt;BR /&gt;cp /bin/pwd usr/bin&lt;BR /&gt;&lt;BR /&gt;mkdir etc&lt;BR /&gt;cp /etc/passwd etc  #remove unnecessary line in the passwd file.&lt;BR /&gt;cp /etc/group etc&lt;BR /&gt;&lt;BR /&gt;Change the permission to 555.</description>
    <pubDate>Fri, 03 Aug 2001 00:22:41 GMT</pubDate>
    <dc:creator>Frank Li</dc:creator>
    <dc:date>2001-08-03T00:22:41Z</dc:date>
    <item>
      <title>ftp access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560879#M29320</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to setup restricted ftp access on 11.0. &lt;BR /&gt;&lt;BR /&gt;Have already setup the passwd entry (with /./), ftp access file etc.  But when I try to ftp for that particular user I cannot use ls, pwd or see any data.&lt;BR /&gt;&lt;BR /&gt;I need to know exactly what directories and files need to be copied to the user home dir and with what permissions.&lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;&lt;BR /&gt;SK</description>
      <pubDate>Thu, 02 Aug 2001 17:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560879#M29320</guid>
      <dc:creator>Kamlesh Shete</dc:creator>
      <dc:date>2001-08-02T17:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560880#M29321</link>
      <description>Under the ftp users home create a bin directory.  Put the commands that you want in there and put a permission of 555.  You can also reference the man page for ftpd.&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 02 Aug 2001 17:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560880#M29321</guid>
      <dc:creator>Brian Caudill</dc:creator>
      <dc:date>2001-08-02T17:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560881#M29322</link>
      <description>I personally use proftpd on a lot of my servers.  It allows you to restrict everything you could ever want with ease.&lt;BR /&gt;&lt;A href="http://www.proftpd.net/." target="_blank"&gt;http://www.proftpd.net/.&lt;/A&gt;  &lt;BR /&gt;&lt;BR /&gt;It's easy to install, &amp;amp; configure.&lt;BR /&gt;Here's an example of a user config&lt;BR /&gt;&lt;ANONYMOUS&gt;&lt;BR /&gt;  User                          oracle&lt;BR /&gt;  Group                         users&lt;BR /&gt;  AnonRequirePassword           on&lt;BR /&gt;&lt;BR /&gt;  &lt;DIRECTORY&gt;&lt;BR /&gt;    &lt;LIMIT stor="" dele="" retr="" read=""&gt;&lt;BR /&gt;    AllowAll&lt;BR /&gt;    &lt;/LIMIT&gt;&lt;BR /&gt;    &lt;LIMIT mkd="" rmd=""&gt;&lt;BR /&gt;    DenyAll&lt;BR /&gt;    &lt;/LIMIT&gt;&lt;BR /&gt; &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Oracle can only see /oracle and nothing else. You clan limit everything you want. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just a suggustion.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/ANONYMOUS&gt;</description>
      <pubDate>Thu, 02 Aug 2001 18:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560881#M29322</guid>
      <dc:creator>Brian Markus</dc:creator>
      <dc:date>2001-08-02T18:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560882#M29323</link>
      <description>That is what I used, attached document,&lt;BR /&gt;Nora</description>
      <pubDate>Thu, 02 Aug 2001 19:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560882#M29323</guid>
      <dc:creator>Admin.SIF</dc:creator>
      <dc:date>2001-08-02T19:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: ftp access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560883#M29324</link>
      <description>Under /./ you should create :&lt;BR /&gt;&lt;BR /&gt;mkdir -p usr/bin&lt;BR /&gt;cp /sbin/ls usr/bin&lt;BR /&gt;cp /bin/pwd usr/bin&lt;BR /&gt;&lt;BR /&gt;mkdir etc&lt;BR /&gt;cp /etc/passwd etc  #remove unnecessary line in the passwd file.&lt;BR /&gt;cp /etc/group etc&lt;BR /&gt;&lt;BR /&gt;Change the permission to 555.</description>
      <pubDate>Fri, 03 Aug 2001 00:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/2560883#M29324</guid>
      <dc:creator>Frank Li</dc:creator>
      <dc:date>2001-08-03T00:22:41Z</dc:date>
    </item>
  </channel>
</rss>

