<?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: ftp question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938873#M113258</link>
    <description>How are things down there.&lt;BR /&gt;&lt;BR /&gt;Something you need to know, just in case you're using the latest version of the Washington University ftp server(standard equipment in hp-ux).&lt;BR /&gt;&lt;BR /&gt;If you never updated it you're cool.  If you did, the latest version of the server ignores the user list in the /etc/ftpd/ftpusers list.&lt;BR /&gt;&lt;BR /&gt;That's right, standard security procedure calls for adding users like root that that list.  That blocks root access and can prevent accidental or other problems like entire systems being deleted.&lt;BR /&gt;&lt;BR /&gt;If you have the last version of the ftp server you really want to open a software call with HP and get access to the latest binaries.&lt;BR /&gt;&lt;BR /&gt;You then use them to replace /usr/lbin/ftpd with the binary you get from hp.&lt;BR /&gt;&lt;BR /&gt;btw, the prior posts instructions are comprehensive and perfect, nothing needs to be added.&lt;BR /&gt;&lt;BR /&gt;ftp is an inherently insecure protocol, transmitting passwords on your network clear text.  Consider replacing it with secure sell sftp.  I'm providing a link and instructions.&lt;BR /&gt;&lt;BR /&gt;Last part of the lecture is off topic.  We up here in the US appreciate your troops help.  Whatever your views, its nice to know someones go your back, if you know what I mean.&lt;BR /&gt;&lt;BR /&gt;Secure shell&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 31 Mar 2003 03:52:14 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-03-31T03:52:14Z</dc:date>
    <item>
      <title>ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938871#M113256</link>
      <description>Hi,&lt;BR /&gt;UX11.00 here.&lt;BR /&gt;&lt;BR /&gt;I need to set our ux system up so certain people can ftp to and from particular directories (not anonymous)..  How do I do this?&lt;BR /&gt;&lt;BR /&gt;do I need to setup an /etc/hosts.allow file?&lt;BR /&gt;I have /etc/inetd.conf with a line:&lt;BR /&gt; ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l &lt;BR /&gt;&lt;BR /&gt;Hope someone can give me a hand here&lt;BR /&gt;Maria.  ps very likely easy points here for everyone!!!!</description>
      <pubDate>Sun, 30 Mar 2003 23:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938871#M113256</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-03-30T23:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938872#M113257</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Enable 'ftpaccess' file. You can copy an example file from /usr/newconfig/etc/ftpd/ftpaccess file into /etc/ftpd directory.&lt;BR /&gt;&lt;BR /&gt;Enable this file by adding "-a" to your inetd.conf like like&lt;BR /&gt;&lt;BR /&gt;ftpd -l -a&lt;BR /&gt;&lt;BR /&gt;followed by inetd -c.&lt;BR /&gt;&lt;BR /&gt;Now, by configuring &lt;BR /&gt;'ftpaccess' file, you can achieve what you need.&lt;BR /&gt;&lt;BR /&gt;Study the man page of ftpaccess for more details. It will be a combination of 'guestgroup' and 'upload' directives.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 31 Mar 2003 00:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938872#M113257</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-31T00:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938873#M113258</link>
      <description>How are things down there.&lt;BR /&gt;&lt;BR /&gt;Something you need to know, just in case you're using the latest version of the Washington University ftp server(standard equipment in hp-ux).&lt;BR /&gt;&lt;BR /&gt;If you never updated it you're cool.  If you did, the latest version of the server ignores the user list in the /etc/ftpd/ftpusers list.&lt;BR /&gt;&lt;BR /&gt;That's right, standard security procedure calls for adding users like root that that list.  That blocks root access and can prevent accidental or other problems like entire systems being deleted.&lt;BR /&gt;&lt;BR /&gt;If you have the last version of the ftp server you really want to open a software call with HP and get access to the latest binaries.&lt;BR /&gt;&lt;BR /&gt;You then use them to replace /usr/lbin/ftpd with the binary you get from hp.&lt;BR /&gt;&lt;BR /&gt;btw, the prior posts instructions are comprehensive and perfect, nothing needs to be added.&lt;BR /&gt;&lt;BR /&gt;ftp is an inherently insecure protocol, transmitting passwords on your network clear text.  Consider replacing it with secure sell sftp.  I'm providing a link and instructions.&lt;BR /&gt;&lt;BR /&gt;Last part of the lecture is off topic.  We up here in the US appreciate your troops help.  Whatever your views, its nice to know someones go your back, if you know what I mean.&lt;BR /&gt;&lt;BR /&gt;Secure shell&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 31 Mar 2003 03:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938873#M113258</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-31T03:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938874#M113259</link>
      <description>hi maria,&lt;BR /&gt;&lt;BR /&gt;see my post in the url below. Lots of information.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc736b941255cd71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc736b941255cd71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Mon, 31 Mar 2003 03:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938874#M113259</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-31T03:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938875#M113260</link>
      <description>Thank you for all your assistance everyone.  And apologies for the long delay getting the points sorted out.  Steven, Hope all is well  and I am proud to be Australian and seen to be helping out whereever we can. Maria</description>
      <pubDate>Tue, 15 Apr 2003 22:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2938875#M113260</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-04-15T22:35:54Z</dc:date>
    </item>
  </channel>
</rss>

