<?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: Read-Only FTP Access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490195#M533441</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;What is happening right now? Are your users being denied access or given too much access.&lt;BR /&gt;&lt;BR /&gt;How are files placed on the ftp server? You may need to adjust the umask of the users placing files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5971-2286/5971-2286.pdf" target="_blank"&gt;http://docs.hp.com/en/5971-2286/5971-2286.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That is a read me on the server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 02 Sep 2009 02:50:37 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-09-02T02:50:37Z</dc:date>
    <item>
      <title>Read-Only FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490194#M533440</link>
      <description>I had been struggling to configure the ftpaccess file to allow a captive non-shell ftp account access to partial subdirectories in directory. We are on HPUX 11.23 (IA64).&lt;BR /&gt;&lt;BR /&gt;The user account to have only read-only recursive access and denied access to other directories.&lt;BR /&gt;&lt;BR /&gt;Can someone had a template which I could use?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 02:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490194#M533440</guid>
      <dc:creator>Kevin Lai KF</dc:creator>
      <dc:date>2009-09-02T02:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Read-Only FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490195#M533441</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;What is happening right now? Are your users being denied access or given too much access.&lt;BR /&gt;&lt;BR /&gt;How are files placed on the ftp server? You may need to adjust the umask of the users placing files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5971-2286/5971-2286.pdf" target="_blank"&gt;http://docs.hp.com/en/5971-2286/5971-2286.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That is a read me on the server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 02 Sep 2009 02:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490195#M533441</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-09-02T02:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read-Only FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490196#M533442</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] access to partial subdirectories&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;What are "partial subdirectories"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The user account to have only read-only&lt;BR /&gt;&amp;gt; recursive access and denied access to other&lt;BR /&gt;&amp;gt; directories.&lt;BR /&gt;&lt;BR /&gt;Does "recursive access [...]" mean only&lt;BR /&gt;directories under the user's home directory?&lt;BR /&gt;If so, then a "guest" ("chroot") account&lt;BR /&gt;should do the job.  "man ftpd" explains how&lt;BR /&gt;to arrange a "guest" account.</description>
      <pubDate>Wed, 02 Sep 2009 03:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490196#M533442</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-02T03:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read-Only FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490197#M533443</link>
      <description>I created this ftp account had its home directory pointed to a data directory, which contain source codes, logs, and raw data files and reports.&lt;BR /&gt;&lt;BR /&gt;passwd:&lt;BR /&gt;guestftp:*:600:90:Guest FTP Account,IT Dept,,:/data/./:/usr/bin/nologin&lt;BR /&gt;&lt;BR /&gt;ftpaccess:&lt;BR /&gt;class guest1 guest* 10.21.*&lt;BR /&gt;guestgroup ftponly&lt;BR /&gt;autogroup csms guest1&lt;BR /&gt;upload class=guest1   /data/interface /interface  yes guestftp csms 0440 nodirs&lt;BR /&gt;upload class=guest1   /data/src /src  yes guestftp csms 0440 nodirs&lt;BR /&gt;csms 0440 nodirs&lt;BR /&gt;&lt;BR /&gt;These directory is owned by group "csms".&lt;BR /&gt;But currently I was denied access when I login. I can't figure out how to get "autogroup" to work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I login:&lt;BR /&gt;230 User guestftp logged in.  Access restrictions apply.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;ftp&amp;gt; ls&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening ASCII mode data connection for /usr/bin/ls.&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;&lt;BR /&gt;I did not see any directory listing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 04:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490197#M533443</guid>
      <dc:creator>Kevin Lai KF</dc:creator>
      <dc:date>2009-09-02T04:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read-Only FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490198#M533444</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I did not see any directory listing.&lt;BR /&gt;&lt;BR /&gt;For a recent similar complaint, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1367463" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1367463&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Skip down to near the end.  (Look for&lt;BR /&gt;"guest".)&lt;BR /&gt;&lt;BR /&gt;Or, "man ftpd", look for "guest", and follow&lt;BR /&gt;the instructions carefully.</description>
      <pubDate>Wed, 02 Sep 2009 12:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-only-ftp-access/m-p/4490198#M533444</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-02T12:37:22Z</dc:date>
    </item>
  </channel>
</rss>

