<?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: &amp;quot;ftp quote SITE EXEC program&amp;quot; feature does not work. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470161#M597750</link>
    <description>Make sure that the executable is located under /etc/ftpd/ftp-exec and have a permission of 555 .  &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Ian.&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Dec 2000 19:05:29 GMT</pubDate>
    <dc:creator>Ian_4</dc:creator>
    <dc:date>2000-12-04T19:05:29Z</dc:date>
    <item>
      <title>"ftp quote SITE EXEC program" feature does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470160#M597749</link>
      <description>I am trying to use the "ftp quote SITE EXEC program " feature from an NT machine connecting to an HP-UX 11.0x machine.  The return messages to the NT system indicate that the program runs, but it does not in fact  execute on the HP system.  I have set up a special user name and provide a user and password to login using ftp.&lt;BR /&gt;&lt;BR /&gt;I am looking for documentation (other than the man pages) on how this feature works, or how to configure the fptd files or set up the user, or anything..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2000 16:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470160#M597749</guid>
      <dc:creator>Carl Stehman</dc:creator>
      <dc:date>2000-12-04T16:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: "ftp quote SITE EXEC program" feature does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470161#M597750</link>
      <description>Make sure that the executable is located under /etc/ftpd/ftp-exec and have a permission of 555 .  &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Ian.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2000 19:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470161#M597750</guid>
      <dc:creator>Ian_4</dc:creator>
      <dc:date>2000-12-04T19:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: "ftp quote SITE EXEC program" feature does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470162#M597751</link>
      <description>Thanks for the quick response.&lt;BR /&gt;However,&lt;BR /&gt;I put the executable "testprog"( a small test procedure)&lt;BR /&gt;under the /etc/ftpd/ftp-exec directory and&lt;BR /&gt;set the permissions to 555, it still does not&lt;BR /&gt;execute when I send the "qoute SITE EXEC testprog"&lt;BR /&gt;command from ftp on my NT machine.  Who should&lt;BR /&gt;own the file?  Any other ftpd configuration parameters&lt;BR /&gt;I should be aware of?  I have installed patch&lt;BR /&gt;PHNE_21936 as suggested by HP.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Carl</description>
      <pubDate>Mon, 04 Dec 2000 20:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470162#M597751</guid>
      <dc:creator>Carl Stehman</dc:creator>
      <dc:date>2000-12-04T20:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: "ftp quote SITE EXEC program" feature does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470163#M597752</link>
      <description>I think it?s permission problem on /etc/ftpd or /etc/ftpd/ftp-exec set these dirs to 555, this will give anyone permission to execute, by default it's root only.  Anyone can own the file, per 555 will insure that non root users can use it.  I only have the man pages no other source of info :-(&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Ian&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Dec 2000 00:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470163#M597752</guid>
      <dc:creator>Ian_4</dc:creator>
      <dc:date>2000-12-05T00:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: "ftp quote SITE EXEC program" feature does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470164#M597753</link>
      <description>Ian:&lt;BR /&gt;&lt;BR /&gt;Thanks! that did it.&lt;BR /&gt;&lt;BR /&gt;I set 555 on /etc/ftpd, and etc/ftpd/ftp-exec ..&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Carl&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Dec 2000 14:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-ftp-quote-site-exec-program-quot-feature-does-not-work/m-p/2470164#M597753</guid>
      <dc:creator>Carl Stehman</dc:creator>
      <dc:date>2000-12-05T14:50:50Z</dc:date>
    </item>
  </channel>
</rss>

