<?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: Restrict user to get the file from ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979374#M922017</link>
    <description>To say it another way,....&lt;BR /&gt;&lt;BR /&gt;You do not want any user to be able to get "test.txt" using ftp?&lt;BR /&gt;&lt;BR /&gt;Use the file /etc/ftpd/ftpaccess, and specify an option of "noretrieve" within it for the full file name.&lt;BR /&gt;&lt;BR /&gt;To activate this, edit the /etc/inetd.conf file and specify options of "-a" on the "ftpd" line. Stop and restart internet services using /sbin/init.d/inetd.&lt;BR /&gt;&lt;BR /&gt;I would suggest trying this on a test box first to validate it before rolling it out.&lt;BR /&gt;&lt;BR /&gt;Alternatively, there are a lot of excellent FTP Servers out there that have many configuration options.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
    <pubDate>Thu, 22 May 2003 07:46:51 GMT</pubDate>
    <dc:creator>Ian Dennison_1</dc:creator>
    <dc:date>2003-05-22T07:46:51Z</dc:date>
    <item>
      <title>Restrict user to get the file from ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979369#M922012</link>
      <description>as title, how to restrict user&lt;BR /&gt;to catch the file from ftp?</description>
      <pubDate>Thu, 22 May 2003 02:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979369#M922012</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-05-22T02:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict user to get the file from ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979370#M922013</link>
      <description>My mean is test.txt in /tmp,&lt;BR /&gt;how to set the file permission&lt;BR /&gt;or other ways to restrict ftp user to catch the test.txt file.</description>
      <pubDate>Thu, 22 May 2003 02:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979370#M922013</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-05-22T02:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict user to get the file from ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979371#M922014</link>
      <description>I will assume you want the file to be visible only to one user.&lt;BR /&gt;&lt;BR /&gt;chown user:group filename&lt;BR /&gt;chmod 700 filename&lt;BR /&gt;&lt;BR /&gt;These two command will make give the owner full permissions on it, when connected via ftp.&lt;BR /&gt;&lt;BR /&gt;I hope I guessed your question correctly, if not, clarify.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 May 2003 02:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979371#M922014</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-22T02:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict user to get the file from ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979372#M922015</link>
      <description>For example: /tmp/test.txt&lt;BR /&gt;the file permission is r--r--r--. When user using ftp from client,I don't want to test.txt can get from ftp. Is it possible to do this in HPUX?</description>
      <pubDate>Thu, 22 May 2003 02:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979372#M922015</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-05-22T02:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict user to get the file from ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979373#M922016</link>
      <description>There are many things to consider to properly restrict ftp access.  I strongly suggest you study the "how-to" guides found at this web site.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.wu-ftpd.org/HOWTO/" target="_blank"&gt;http://www.wu-ftpd.org/HOWTO/&lt;/A&gt;</description>
      <pubDate>Thu, 22 May 2003 03:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979373#M922016</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-05-22T03:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict user to get the file from ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979374#M922017</link>
      <description>To say it another way,....&lt;BR /&gt;&lt;BR /&gt;You do not want any user to be able to get "test.txt" using ftp?&lt;BR /&gt;&lt;BR /&gt;Use the file /etc/ftpd/ftpaccess, and specify an option of "noretrieve" within it for the full file name.&lt;BR /&gt;&lt;BR /&gt;To activate this, edit the /etc/inetd.conf file and specify options of "-a" on the "ftpd" line. Stop and restart internet services using /sbin/init.d/inetd.&lt;BR /&gt;&lt;BR /&gt;I would suggest trying this on a test box first to validate it before rolling it out.&lt;BR /&gt;&lt;BR /&gt;Alternatively, there are a lot of excellent FTP Servers out there that have many configuration options.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Thu, 22 May 2003 07:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restrict-user-to-get-the-file-from-ftp/m-p/2979374#M922017</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-05-22T07:46:51Z</dc:date>
    </item>
  </channel>
</rss>

