<?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 Questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743799#M585473</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. No, there are 2 binaries:&lt;BR /&gt;- /usr/lbin/ftpd : the server (started by inetd)&lt;BR /&gt;- /usr/bin/ftp   : the client&lt;BR /&gt;&lt;BR /&gt;2. You can add some ftp commands to the file ~/.netrc . These commands will be executed when the user starts the ftp client session.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik</description>
    <pubDate>Thu, 13 Jun 2002 08:27:57 GMT</pubDate>
    <dc:creator>RikTytgat</dc:creator>
    <dc:date>2002-06-13T08:27:57Z</dc:date>
    <item>
      <title>FTP Questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743796#M585470</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm currently trying to upgrade our system (11i) with wu-ftp 2.6.1 and am having a few problems! Can anybody help with the questions below? I think some are a bit basic, so sorry for that.  I've done quite a lot of searching on these and have found some info from the forums but not quite enough.&lt;BR /&gt;&lt;BR /&gt;1. On HP-UX is the FTP server and client functionality provided by the same process, i.e does the daemon do it all? &lt;BR /&gt;&lt;BR /&gt;2. How do I configure the way an ftp client behaves? I know there is some configuration for the ftpd in inetd.conf for the server side, but how about client set-up?&lt;BR /&gt;&lt;BR /&gt;3. In trying to configure guest ftp users, I have set-up an ftpaccess file with the 'guest-root' and 'guestgroup' clauses. However it appears that the system isn't using them and the guest user is always chroot'ed according to the 'system-wide' passwd file and not the local ftp-guest passwd file. Any there any good guides anywhere for using these clauses (not the /./ hack though)?&lt;BR /&gt;&lt;BR /&gt;Many thank</description>
      <pubDate>Thu, 13 Jun 2002 08:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743796#M585470</guid>
      <dc:creator>Stephen Hayter_1</dc:creator>
      <dc:date>2002-06-13T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743797#M585471</link>
      <description>Question 3 - have you configured the ftpd to use the 'ftpacccess' config file? Check /etc/inetd.conf, ensure the -a option is specified for 'ftpd'.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 08:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743797#M585471</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-06-13T08:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743798#M585472</link>
      <description>Yes, it's definetly using the ftpaccess file. I checked this by adding a greeting message. &lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 08:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743798#M585472</guid>
      <dc:creator>Stephen Hayter_1</dc:creator>
      <dc:date>2002-06-13T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743799#M585473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. No, there are 2 binaries:&lt;BR /&gt;- /usr/lbin/ftpd : the server (started by inetd)&lt;BR /&gt;- /usr/bin/ftp   : the client&lt;BR /&gt;&lt;BR /&gt;2. You can add some ftp commands to the file ~/.netrc . These commands will be executed when the user starts the ftp client session.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik</description>
      <pubDate>Thu, 13 Jun 2002 08:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743799#M585473</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2002-06-13T08:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743800#M585474</link>
      <description>1.  The ftp server is ftpd and the default ftp client is ftp (note the  missing d).  These are two different programs.&lt;BR /&gt;&lt;BR /&gt;2.Not sure what kind of customizations you want to make on the ftp client.  But other than setting up a .netrc file, there isn't much you can do.  However, you can use another ftp client such as ncftp or lftp  (search your local porting archives) which have lots of configuration options.&lt;BR /&gt;&lt;BR /&gt;3.  Make sure you have the -a switch on the ftpd entry in inetd.conf.  This enables the use of the ftpaccess file.  There are alot of configuration options for the ftp daemon (ftpd) with the ftp access file.  See ftpaccess(4) for more details.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Thu, 13 Jun 2002 08:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743800#M585474</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2002-06-13T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743801#M585475</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;Re Q2: The reason for wanting to look at reconfiguring the ftp client is tied up with a previous posting I made regarding EPSV being used (see 11th June 2002) which is causing my a headache! &lt;BR /&gt;&lt;BR /&gt;Re Q3: I've done a lot of nosing through man pages and looking at examples for configuring guest ftp access and am sure I have done this okay except for ignoring my local passwd file. As well as that, I know it is also using the system-wide version of 'ls' which it shouldn't.</description>
      <pubDate>Thu, 13 Jun 2002 09:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-questions/m-p/2743801#M585475</guid>
      <dc:creator>Stephen Hayter_1</dc:creator>
      <dc:date>2002-06-13T09:05:09Z</dc:date>
    </item>
  </channel>
</rss>

