<?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: Cannot FTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848831#M92944</link>
    <description>try:&lt;BR /&gt;&lt;BR /&gt;netstat -a | grep LISTEN&lt;BR /&gt;&lt;BR /&gt;then look for port .21 or .ftp.&lt;BR /&gt;If you cannot find it - inet.d is not waiting for ftp requests.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Nov 2002 14:20:05 GMT</pubDate>
    <dc:creator>Adam J Markiewicz</dc:creator>
    <dc:date>2002-11-20T14:20:05Z</dc:date>
    <item>
      <title>Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848824#M92937</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I try to FTP to my server, it immediately responds with "Connection Refused" - no pause, no delay, no prompt for username, nothing.&lt;BR /&gt;&lt;BR /&gt;I tried kill -s SIGHUP pid where pid what the process of the inetd daemon.&lt;BR /&gt;&lt;BR /&gt;I also checked /etc/ftpusers, and tried removing all entries. It made no difference,&lt;BR /&gt;&lt;BR /&gt;I know it's not a router or firewall issue, because I'm FTPing from a machine on the local subnet.&lt;BR /&gt;&lt;BR /&gt;When I ftp to the machine from the machine itself, I get &lt;BR /&gt;"421 Service not available, remote server has closed connection"&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated - This is out web server, and I cannot copy files to it!</description>
      <pubDate>Wed, 20 Nov 2002 13:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848824#M92937</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-20T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848825#M92938</link>
      <description>Have you checked /etc/services?  You should have:&lt;BR /&gt;&lt;BR /&gt;ftp-data......20/tcp......            # File Transfer Protocol (Data)&lt;BR /&gt;ftp...........21/tcp......           # File Transfer Protocol (Control)&lt;BR /&gt;tftp..........69/udp......           # Trivial File Transfer Protocol&lt;BR /&gt;sftp..........115/tcp......                 # Simple File Transfer Protocol&lt;BR /&gt;bftp..........152/tcp......                 # Background File Transfer Protocol&lt;BR /&gt;ftp-ftam.....8868/tcp......                 # FTP-&amp;gt;FTAM Gateway&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 20 Nov 2002 13:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848825#M92938</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-20T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848826#M92939</link>
      <description>Pete&lt;BR /&gt;&lt;BR /&gt;Yes, thanks. I have all those services.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 20 Nov 2002 13:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848826#M92939</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-20T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848827#M92940</link>
      <description>And make sure the /etc/inetd.conf file contains an entry for ftp.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2002 13:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848827#M92940</guid>
      <dc:creator>Bart_6</dc:creator>
      <dc:date>2002-11-20T13:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848828#M92941</link>
      <description>Has it worked before and just stopped working?&lt;BR /&gt;&lt;BR /&gt;Maybe ftpd has died, maybe it is a DNS issue, maybe the IP or name of the machine was changed.</description>
      <pubDate>Wed, 20 Nov 2002 14:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848828#M92941</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-11-20T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848829#M92942</link>
      <description>1.What port have you configured for ftp.&lt;BR /&gt;Please make sure that the port is not used by any other process&lt;BR /&gt;&lt;BR /&gt;2.Are you running any TCP Wrappers?&lt;BR /&gt;&lt;BR /&gt;3.Do you have /etc/shells file which restricts the user from login.&lt;BR /&gt;&lt;BR /&gt;4.Does other services like telnet work fine?&lt;BR /&gt;check for any duplicated ip.&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2002 14:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848829#M92942</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-20T14:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848830#M92943</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;- check in sam, Networking and Communications, Network services that FTP is really enabled&lt;BR /&gt;&lt;BR /&gt;- check that the user you are using to transfer has a 'standard' login shell. If it's not the cas, you should create a /etc/shells file, then list all default shells (see man getusershell) and finally add yours.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 20 Nov 2002 14:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848830#M92943</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-11-20T14:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848831#M92944</link>
      <description>try:&lt;BR /&gt;&lt;BR /&gt;netstat -a | grep LISTEN&lt;BR /&gt;&lt;BR /&gt;then look for port .21 or .ftp.&lt;BR /&gt;If you cannot find it - inet.d is not waiting for ftp requests.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2002 14:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848831#M92944</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2002-11-20T14:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848832#M92945</link>
      <description>netstat -a |grep LISTEN shows &lt;BR /&gt;*.ftp  *.*  LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2002 14:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848832#M92945</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-20T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848833#M92946</link>
      <description>ignore that - it's since the machine started that P_client is there. My issue began on 14th of this month</description>
      <pubDate>Wed, 20 Nov 2002 14:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848833#M92946</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-20T14:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848834#M92947</link>
      <description>what's a p_client? I have a bunch of them holding IP sessions in a close_wait state (according to LSOF)around the time of the error.</description>
      <pubDate>Wed, 20 Nov 2002 14:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848834#M92947</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-20T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848835#M92948</link>
      <description>The FTP listener is there. I can see it using both netstat -an and lsof -i. When I try to connect locally, I get the following&lt;BR /&gt;&lt;BR /&gt;$ ftp lcalhost       &lt;BR /&gt;Connected to localhost. 421 Service not available, remote server has closed connection&lt;BR /&gt;ftp&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Any thoughts?</description>
      <pubDate>Thu, 21 Nov 2002 09:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848835#M92948</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-21T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848836#M92949</link>
      <description>Have you checked the post from B.H.E.Salden ?&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;And make sure the /etc/inetd.conf file contains an entry for ftp.  &lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;There must be an entry like this:&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd      ftpd -l&lt;BR /&gt;&lt;BR /&gt;If there isn't an entry, create it and then stop and start inetd.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 09:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848836#M92949</guid>
      <dc:creator>Krenzer</dc:creator>
      <dc:date>2002-11-21T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848837#M92950</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;Yes - it's there, and I've restarted inetd to no avail.&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd      ftpd -ld -t 300</description>
      <pubDate>Thu, 21 Nov 2002 09:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848837#M92950</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-21T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848838#M92951</link>
      <description>I discovered problem was continued and solved in as new thread.</description>
      <pubDate>Thu, 21 Nov 2002 10:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848838#M92951</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2002-11-21T10:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848839#M92952</link>
      <description>Adam,&lt;BR /&gt;&lt;BR /&gt;Yes, my apologies - the issue was inetd.sec in /var/adm contained a restriction that prevented FTP from any address other than my router. The router is the issue. &lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 21 Nov 2002 11:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-ftp/m-p/2848839#M92952</guid>
      <dc:creator>David Connolly</dc:creator>
      <dc:date>2002-11-21T11:02:52Z</dc:date>
    </item>
  </channel>
</rss>

