<?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: Problems with ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493341#M805058</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check that you are using passive FTP. For the data connection, the FTP server makes a reverse connection back to the FTP client. Opening up the following is not sufficient:&lt;BR /&gt;&lt;BR /&gt;SRC: FTP client&lt;BR /&gt;DST: FTP Server&lt;BR /&gt;Ports: 20/21&lt;BR /&gt;&lt;BR /&gt;You will need to open up the following:&lt;BR /&gt;&lt;BR /&gt;SRC: FTP server&lt;BR /&gt;DST: FTP client&lt;BR /&gt;Ports: &amp;gt;1023&lt;BR /&gt;&lt;BR /&gt;To verify, check your firewall logs during the next failed FTP attempt for drop/rejected connections from DST to SRC.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
    <pubDate>Wed, 14 Feb 2001 02:33:18 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2001-02-14T02:33:18Z</dc:date>
    <item>
      <title>Problems with ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493339#M805055</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We have a client using IBM AS400 (3.2) trying to ftp to our ftp server (HPUX 10.20). They are able to logon to our server, but unfortunately the data port is not being open. There are firewalls at both ends. But the ftp ports (20/21) are open. Is there any special configuration required to get AIX-HPUX ftp  working?. Does anyone bumped on such a problem before?   &lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Prasanth&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 02:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493339#M805055</guid>
      <dc:creator>Prasanth B</dc:creator>
      <dc:date>2001-02-14T02:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493340#M805057</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not aware of any AIX/HP-UX ftp issues so I would first check for the obvious.  Can you ftp to this machine from another host?  Can you ftp from the host to the host, i.e., to yourself?&lt;BR /&gt;&lt;BR /&gt;Make sure that the /var/adm/inetd.sec file is not disallowing ftp access.  Also, make sure the ftp entries in /etc/inetd.conf and /etc/services are correct.  If you make changes in any of these files, run&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;to cause the daemon to reread the files.</description>
      <pubDate>Wed, 14 Feb 2001 02:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493340#M805057</guid>
      <dc:creator>Bruce Regittko_1</dc:creator>
      <dc:date>2001-02-14T02:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493341#M805058</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check that you are using passive FTP. For the data connection, the FTP server makes a reverse connection back to the FTP client. Opening up the following is not sufficient:&lt;BR /&gt;&lt;BR /&gt;SRC: FTP client&lt;BR /&gt;DST: FTP Server&lt;BR /&gt;Ports: 20/21&lt;BR /&gt;&lt;BR /&gt;You will need to open up the following:&lt;BR /&gt;&lt;BR /&gt;SRC: FTP server&lt;BR /&gt;DST: FTP client&lt;BR /&gt;Ports: &amp;gt;1023&lt;BR /&gt;&lt;BR /&gt;To verify, check your firewall logs during the next failed FTP attempt for drop/rejected connections from DST to SRC.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 14 Feb 2001 02:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493341#M805058</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-14T02:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493342#M805059</link>
      <description>Thanks to Bruce and Steven.&lt;BR /&gt;&lt;BR /&gt;The Server at our end (HPUX) is a dedicated ftp server. We have many clients ftpying to that server without any problems. Also, as Steven suggested we have those rules in place in our firewall. I can check up the FW logs to see what exactly is happening. The interesting point is the client claims that they are able to ftp out to another AS400 machine (not in our network).</description>
      <pubDate>Wed, 14 Feb 2001 08:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493342#M805059</guid>
      <dc:creator>Prasanth B</dc:creator>
      <dc:date>2001-02-14T08:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493343#M805061</link>
      <description>This is real basic (and I am pretty new to all of this), but is your AS400 IP address in the /etc/hosts file?</description>
      <pubDate>Wed, 14 Feb 2001 13:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493343#M805061</guid>
      <dc:creator>Tom Gore</dc:creator>
      <dc:date>2001-02-14T13:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493344#M805062</link>
      <description>Hi&lt;BR /&gt;please use:&lt;BR /&gt;STRTCPFTP  RMTSYS (yrproxyserver)                                           &lt;BR /&gt;user-id@yourproxyserverpw@ip-address [of ftp server]&lt;BR /&gt;password@yourproxyserverpw[again]&lt;BR /&gt;put yrfile theirfile&lt;BR /&gt;get theirfile yrfile        ****************** End of data ****************************************************************I use our AS400 to other site for sending and receiving files&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2001 17:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ftp/m-p/2493344#M805062</guid>
      <dc:creator>Akhtar</dc:creator>
      <dc:date>2001-02-15T17:30:39Z</dc:date>
    </item>
  </channel>
</rss>

