<?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 issue on server. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469214#M360925</link>
    <description>You do not enable the ftp port to listen. You just need to restart inetd. When a communication request comes in for ftp request, inetd spawns the ftpd and the connection gets established. Otherwise there is no need for another daemon sitting and waiting around.</description>
    <pubDate>Wed, 29 Jul 2009 17:42:36 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2009-07-29T17:42:36Z</dc:date>
    <item>
      <title>ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469207#M360918</link>
      <description>There is request from client about the ftp issue,&lt;BR /&gt;&lt;BR /&gt;When checked i was able to do sftp to server successfully, but ftp was not working to server,&lt;BR /&gt;&lt;BR /&gt;What needs to be done to open ftp ports.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;ARun K.</description>
      <pubDate>Wed, 29 Jul 2009 14:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469207#M360918</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2009-07-29T14:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469208#M360919</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Lets see if ftp is configured to run.&lt;BR /&gt;&lt;BR /&gt;vi /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep ":21 "&lt;BR /&gt;# Checks for a listener.&lt;BR /&gt;&lt;BR /&gt;Based on your results, I am thinking ftp is not running.&lt;BR /&gt;&lt;BR /&gt;If you can avoid activating it you should.&lt;BR /&gt;&lt;BR /&gt;If not, its probably commented out in inetd.conf&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;# Reloads.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 29 Jul 2009 14:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469208#M360919</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-29T14:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469209#M360920</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;It is likely that FTP has been disabled.  This is a good choice when 'sftp' has been properly setup.&lt;BR /&gt;&lt;BR /&gt;The first place to look is in '/etc/inetd.conf'.  Make sure that the 'ftp' line isn't commented-out.  It should look something like:&lt;BR /&gt;&lt;BR /&gt;ftp    stream tcp6 nowait root /usr/lbin/ftpd   ftpd -l -a&lt;BR /&gt;&lt;BR /&gt;If the line is commented-out and you truly want to enable FTP, then un-comment the line and restart the 'inetd' daemon with:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 Jul 2009 14:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469209#M360920</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-29T14:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469210#M360921</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) Chek /etc/inetd.conf file for the following entry,&lt;BR /&gt;&lt;BR /&gt;#ftp          stream tcp6 nowait root /usr/lbin/ftpd    ftpd -l&lt;BR /&gt;&lt;BR /&gt;  If # is there, remove it for enabling the port and restart the inetd by&lt;BR /&gt;#inetd -c&lt;BR /&gt;&lt;BR /&gt;2) Check entry in /etc/ftpd/ftpusers file for checking any restriction for users.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Wed, 29 Jul 2009 14:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469210#M360921</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-29T14:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469211#M360922</link>
      <description>ftp line is unhashed in /etc/inetd.conf file &lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then also ftp is not working,&lt;BR /&gt;&lt;BR /&gt;Either -a is required after -l to use the ftp configuration file.&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jul 2009 14:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469211#M360922</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2009-07-29T14:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469212#M360923</link>
      <description>Did you restarted inetd daemon ?&lt;BR /&gt;&lt;BR /&gt;#inetd -c&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jul 2009 14:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469212#M360923</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-07-29T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469213#M360924</link>
      <description>how can we enable the ftp port to listen &lt;BR /&gt;&lt;BR /&gt;i m not seeing ftp port number in netstat -a output.</description>
      <pubDate>Wed, 29 Jul 2009 14:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469213#M360924</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2009-07-29T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftp issue on server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469214#M360925</link>
      <description>You do not enable the ftp port to listen. You just need to restart inetd. When a communication request comes in for ftp request, inetd spawns the ftpd and the connection gets established. Otherwise there is no need for another daemon sitting and waiting around.</description>
      <pubDate>Wed, 29 Jul 2009 17:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue-on-server/m-p/4469214#M360925</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-29T17:42:36Z</dc:date>
    </item>
  </channel>
</rss>

