<?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 Entry in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498476#M364563</link>
    <description>Does the above line sets any limit on ftp logins because when i enabled this many users are complaining that they are not able to login.&lt;BR /&gt;&lt;BR /&gt;Please help and suggest ... Should I increase that value 10</description>
    <pubDate>Wed, 16 Sep 2009 10:14:44 GMT</pubDate>
    <dc:creator>raiden</dc:creator>
    <dc:date>2009-09-16T10:14:44Z</dc:date>
    <item>
      <title>ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498475#M364562</link>
      <description>What does the below line in ftpaccess file means.&lt;BR /&gt;&lt;BR /&gt;limit   all   10   Any              /etc/msgs/msg.dead</description>
      <pubDate>Wed, 16 Sep 2009 10:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498475#M364562</guid>
      <dc:creator>raiden</dc:creator>
      <dc:date>2009-09-16T10:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498476#M364563</link>
      <description>Does the above line sets any limit on ftp logins because when i enabled this many users are complaining that they are not able to login.&lt;BR /&gt;&lt;BR /&gt;Please help and suggest ... Should I increase that value 10</description>
      <pubDate>Wed, 16 Sep 2009 10:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498476#M364563</guid>
      <dc:creator>raiden</dc:creator>
      <dc:date>2009-09-16T10:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498477#M364564</link>
      <description>It already writes in the ftpaccess exapmle file:&lt;BR /&gt;&lt;BR /&gt;# Limit: The limit clause is used to restrict the number of&lt;BR /&gt;# concurrent connections that the ftp server will allow. If&lt;BR /&gt;# the number of active connections reaches the configured&lt;BR /&gt;# limit, then the next connection request from an ftp client&lt;BR /&gt;# will be refused and the contents of the message file&lt;BR /&gt;# (e.g. /etc/msgs/msg.dead) will be sent as a notification&lt;BR /&gt;# to the ftp client. See ftpaccess(4).&lt;BR /&gt;&lt;BR /&gt;# NOTE: The message file must be a valid file if this clause&lt;BR /&gt;# is used. If the file does not exist, then a blank message&lt;BR /&gt;# will be notified to the ftp client.&lt;BR /&gt;&lt;BR /&gt;# limit   all   10   Any              /etc/msgs/msg.dead</description>
      <pubDate>Wed, 16 Sep 2009 10:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498477#M364564</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-09-16T10:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498478#M364565</link>
      <description>Hi,&lt;BR /&gt;&amp;gt;&amp;gt;Does the above line sets any limit on ftp logins because when i enabled this many users are complaining that they are not able to login&lt;BR /&gt;&lt;BR /&gt;The ans is YES,&lt;BR /&gt;Its for limit.........&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 16 Sep 2009 10:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498478#M364565</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-09-16T10:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498479#M364566</link>
      <description>Hello Raiden,&lt;BR /&gt;&lt;BR /&gt;The limit line is more complex.&lt;BR /&gt;Your are able to limit the ftp access for different classes.&lt;BR /&gt;Classes are group of ip or hostname list.&lt;BR /&gt;In place to limit globally the access to your ftp server, you can give access limit for each classes on specific day with message or not.&lt;BR /&gt;&lt;BR /&gt;For example, consider 2 classes :&lt;BR /&gt;class ftp_1 subnet_1&lt;BR /&gt;class ftp_2 subnet_2&lt;BR /&gt;limit ftp_1 0 SaSu&lt;BR /&gt;limit ftp_1 5 MoFr&lt;BR /&gt;limit ftp_2 10 MoFr0800-1730&lt;BR /&gt;&lt;BR /&gt;This doens't open session for subnet_1 people on Saturday and Sunday. During working days subnet_1 can open max 5 sessions at any time.&lt;BR /&gt;For subnet_2 people, max 10 sessions can be open at same time on working days between 08:00 and 17:30.&lt;BR /&gt;With this manner you can serve both subnets.&lt;BR /&gt;&lt;BR /&gt;There are a lot of possibilities !  Look also at man page for ftpaccess rule priorities.&lt;BR /&gt;&lt;BR /&gt;You can see connection status with commands ftpcount and ftpwho. This last command has another output under HP-UX 11.31 and other release. An escalation is open by HP to correct this problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Roland&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 08:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498479#M364566</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2009-09-18T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498480#M364567</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Please tell me that if I want unlimited concurrent ftp connections that what value for limit should i used .. &lt;BR /&gt;&lt;BR /&gt;Or &lt;BR /&gt;&lt;BR /&gt;should I remove that limit line from ftpaccess file so that the number of concuurent sessions limit wil be set to unlimited.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2009 11:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498480#M364567</guid>
      <dc:creator>raiden</dc:creator>
      <dc:date>2009-10-09T11:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498481#M364568</link>
      <description>Hello Raiden,&lt;BR /&gt;&lt;BR /&gt;You can comment the line in ftpaccess with a # character in front of the line and look up the number of connection with ftpcount or ftpwho. No limit line int the file means no limit for connextion.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Roland</description>
      <pubDate>Fri, 09 Oct 2009 11:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498481#M364568</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2009-10-09T11:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess Entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498482#M364569</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Just put # character in front of that line line.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Fri, 09 Oct 2009 12:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-entry/m-p/4498482#M364569</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-10-09T12:15:06Z</dc:date>
    </item>
  </channel>
</rss>

