<?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 server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316059#M186545</link>
    <description>Hi Mangesh,&lt;BR /&gt;&lt;BR /&gt;Here's the doc:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90778/B2355-90778.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90778/B2355-90778.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The pdf file can also be downloaded from the same location.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
    <pubDate>Sat, 26 Jun 2004 01:35:01 GMT</pubDate>
    <dc:creator>R. Sri Ram Kishore_1</dc:creator>
    <dc:date>2004-06-26T01:35:01Z</dc:date>
    <item>
      <title>FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316058#M186544</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I need to configure an Ftp server.can anuyone help me in doing this.I would life if i get a pdf documentation.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;mangesh</description>
      <pubDate>Fri, 25 Jun 2004 22:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316058#M186544</guid>
      <dc:creator>Mangesh Khatav_1</dc:creator>
      <dc:date>2004-06-25T22:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316059#M186545</link>
      <description>Hi Mangesh,&lt;BR /&gt;&lt;BR /&gt;Here's the doc:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90778/B2355-90778.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90778/B2355-90778.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The pdf file can also be downloaded from the same location.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
      <pubDate>Sat, 26 Jun 2004 01:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316059#M186545</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2004-06-26T01:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316060#M186546</link>
      <description>inetd provides ftp service by defualt , u may need to uncomment the required line in /etc/inetd.conf and configure /etc/ftpusers &amp;amp; /var/adm/inetd.sec if required&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Sat, 26 Jun 2004 05:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316060#M186546</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-26T05:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316061#M186547</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;FTPD comes by default with HP.&lt;BR /&gt;You have to create /etc/ftpusers file if doesn't exist and do the changes as per your plans for authetication. FTPD gets started from inetd.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Jun 2004 05:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316061#M186547</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2004-06-26T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316062#M186548</link>
      <description>Hi Mangesh,&lt;BR /&gt;&lt;BR /&gt;As said before unless ftp is restricted by /var/adm/inetd.sec or disabled by commenting it out in /etc/inetd.conf, it is available by defalt.&lt;BR /&gt;&lt;BR /&gt;However, you want to configure more restrictive operations for a user, then you will need to use 'ftpaccess' file. You can look at 'man ftpaccess' for the options available. An example file is under /usr/newconfig/etc/ftpd directory which can be copied into /etc/ftpd directory. Add -a flag to ftpd's entry in /etc/inetd.conf and refresh inetd (inetd -c).&lt;BR /&gt;&lt;BR /&gt;However, ftp is insecure as people can create .netrc files and keep their passwords in text mode to ease their jobs. The communication between ftpserver and ftpclient is done in cleartext which is insecured. On production servers, it is a good idea to use secure tools like ssh that provide scp and sftp. You can get ssh from software.hp.com.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 26 Jun 2004 16:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3316062#M186548</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-26T16:21:40Z</dc:date>
    </item>
  </channel>
</rss>

