<?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: about ftp site command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911284#M284585</link>
    <description>&lt;!--!*#--&gt;"man ftpaccess" discusses this under&lt;BR /&gt;"Permission Capabilities":&lt;BR /&gt;&lt;BR /&gt;      chmod { yes|no } typelist&lt;BR /&gt;      delete { yes|no } typelist&lt;BR /&gt;      overwrite { yes|no } typelist&lt;BR /&gt;      rename { yes|no } typelist&lt;BR /&gt;      umask { yes|no } typelist&lt;BR /&gt;&lt;BR /&gt;What, exactly, did you try?</description>
    <pubDate>Mon, 11 Dec 2006 22:56:43 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-12-11T22:56:43Z</dc:date>
    <item>
      <title>about ftp site command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911283#M284584</link>
      <description>&lt;BR /&gt;How to disable ftp site command such as chmod, umask?&lt;BR /&gt;&lt;BR /&gt;I have try the ftpaccess but it does not work.</description>
      <pubDate>Mon, 11 Dec 2006 21:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911283#M284584</guid>
      <dc:creator>chuanpeng.wang</dc:creator>
      <dc:date>2006-12-11T21:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: about ftp site command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911284#M284585</link>
      <description>&lt;!--!*#--&gt;"man ftpaccess" discusses this under&lt;BR /&gt;"Permission Capabilities":&lt;BR /&gt;&lt;BR /&gt;      chmod { yes|no } typelist&lt;BR /&gt;      delete { yes|no } typelist&lt;BR /&gt;      overwrite { yes|no } typelist&lt;BR /&gt;      rename { yes|no } typelist&lt;BR /&gt;      umask { yes|no } typelist&lt;BR /&gt;&lt;BR /&gt;What, exactly, did you try?</description>
      <pubDate>Mon, 11 Dec 2006 22:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911284#M284585</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-12-11T22:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: about ftp site command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911285#M284586</link>
      <description>&lt;BR /&gt;My ftpaccess, but it does not work.&lt;BR /&gt;&lt;BR /&gt;rp3440dl[/etc/ftpd]#cat ftpaccess &lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;loginfails 2&lt;BR /&gt;&lt;BR /&gt;class   local   real,guest,anonymous *.domain 0.0.0.0&lt;BR /&gt;class   remote  real,guest,anonymous *&lt;BR /&gt;&lt;BR /&gt;limit   local   20  Any                 /etc/msgs/msg.toomany&lt;BR /&gt;limit   remote  100 SaSu|Any1800-0600   /etc/msgs/msg.toomany&lt;BR /&gt;limit   remote  60  Any                 /etc/msgs/msg.toomany&lt;BR /&gt;&lt;BR /&gt;readme  README*    login&lt;BR /&gt;readme  README*    cwd=*&lt;BR /&gt;&lt;BR /&gt;message /welcome.msg            login&lt;BR /&gt;message .message                cwd=*&lt;BR /&gt;&lt;BR /&gt;compress        yes             local remote&lt;BR /&gt;tar             yes             local remote&lt;BR /&gt;&lt;BR /&gt;# allow use of private file for SITE GROUP and SITE GPASS?&lt;BR /&gt;private       yes &lt;BR /&gt;&lt;BR /&gt;# passwd-check  &lt;NONE&gt;  [&lt;ENFORCE&gt;]&lt;BR /&gt;passwd-check    rfc822  warn&lt;BR /&gt;&lt;BR /&gt;log commands real&lt;BR /&gt;log transfers anonymous,real inbound,outbound&lt;BR /&gt;shutdown /etc/shutmsg&lt;BR /&gt;&lt;BR /&gt;# all the following default to "yes" for everybody&lt;BR /&gt;delete          no      guest,anonymous         # delete permission?&lt;BR /&gt;overwrite       no      guest,anonymous         # overwrite permission?&lt;BR /&gt;rename                  no              guest,anonymous # rename permission?&lt;BR /&gt;chmod           no      guest,ftp1,users,anonymous      # chmod permission?&lt;BR /&gt;umask           no      anonymous               # umask permission?&lt;BR /&gt;&lt;BR /&gt;# specify the upload directory information&lt;BR /&gt;upload  /var/ftp  *             no&lt;BR /&gt;upload  /var/ftp  /incoming     yes     root    daemon  0600 dirs&lt;BR /&gt;upload  /var/ftp  /bin          no&lt;BR /&gt;upload  /var/ftp  /etc          no&lt;BR /&gt;&lt;BR /&gt;# directory aliases &lt;BR /&gt;alias   inc    /incoming&lt;BR /&gt;&lt;BR /&gt;# cdpath&lt;BR /&gt;cdpath  /incoming&lt;BR /&gt;cdpath  /pub&lt;BR /&gt;cdpath  /&lt;BR /&gt;&lt;BR /&gt;# path-filter...&lt;BR /&gt;path-filter  anonymous  /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-&lt;BR /&gt;path-filter  guest      /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-&lt;BR /&gt;&lt;BR /&gt;# specify which group of users will be treated as "guests".&lt;BR /&gt;guestgroup ftponly&lt;BR /&gt;&lt;BR /&gt;email user@hostname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In /etc/inetd.conf&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The username ftp1 is the ftp username.&lt;BR /&gt;What's wrong with it?&lt;BR /&gt;&lt;/ENFORCE&gt;&lt;/NONE&gt;</description>
      <pubDate>Tue, 12 Dec 2006 00:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911285#M284586</guid>
      <dc:creator>chuanpeng.wang</dc:creator>
      <dc:date>2006-12-12T00:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: about ftp site command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911286#M284587</link>
      <description>&lt;!--!*#--&gt;All I know is what I read on the "man" page,&lt;BR /&gt;but that says:&lt;BR /&gt;&lt;BR /&gt;      chmod { yes|no } typelist&lt;BR /&gt;[...]&lt;BR /&gt;           typelist is a comma-separated list of any of the keywords&lt;BR /&gt;           anonymous, guest, real and class=.  When class= appears, it must&lt;BR /&gt;           be followed by a classname.  If any class= appears, the typelist&lt;BR /&gt;           restriction applies only to users in that class.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"ftp1" is not "anonymous", "guest", "real",&lt;BR /&gt;or "class=class_name".  (And what's "users"?)&lt;BR /&gt;&lt;BR /&gt;I'd guess that you need to define a class&lt;BR /&gt;which includes the real user "ftp1", and then&lt;BR /&gt;specify that class.  Something like:&lt;BR /&gt;&lt;BR /&gt;class peons real ftp1&lt;BR /&gt;chmod no class=peons&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I assume that you can specify more than one&lt;BR /&gt;"chmod" restriction, so that you could add&lt;BR /&gt;these, too:&lt;BR /&gt;&lt;BR /&gt;chmod no anonymous,guest&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Dec 2006 01:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911286#M284587</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-12-12T01:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: about ftp site command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911287#M284588</link>
      <description>&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;I have resolved the problem.&lt;BR /&gt;&lt;BR /&gt;In ftpaccess &lt;BR /&gt;&lt;BR /&gt;chmod           no      real,guest,anonymous     &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Dec 2006 03:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ftp-site-command/m-p/3911287#M284588</guid>
      <dc:creator>chuanpeng.wang</dc:creator>
      <dc:date>2006-12-12T03:39:55Z</dc:date>
    </item>
  </channel>
</rss>

