<?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 421 Failed to create data connection socket in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940345#M760477</link>
    <description>Troubleshoot:&lt;BR /&gt;&lt;BR /&gt;FTP server running ?&lt;BR /&gt;&lt;BR /&gt;Messages in syslog.log&lt;BR /&gt;&lt;BR /&gt;Test local ftp back to itself&lt;BR /&gt;&lt;BR /&gt;Firewalls in play ?&lt;BR /&gt;&lt;BR /&gt;turn on debug in FTP ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Feb 2007 13:53:26 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2007-02-07T13:53:26Z</dc:date>
    <item>
      <title>FTP 421 Failed to create data connection socket</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940342#M760474</link>
      <description>We have recently converted from the HP3000 to the HP9000. We ftp reports to a our local server. We constantly are receiving this 421 error message using a script and manually ftp'ing the file. This hardly ever happen from the HP3000. What is the fix?</description>
      <pubDate>Wed, 07 Feb 2007 11:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940342#M760474</guid>
      <dc:creator>Mark Montoya</dc:creator>
      <dc:date>2007-02-07T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP 421 Failed to create data connection socket</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940343#M760475</link>
      <description>Do this error happen only when you automate ftp?? What about when you manually ftp the file over i.e. interactively at a terminal??</description>
      <pubDate>Wed, 07 Feb 2007 13:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940343#M760475</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-02-07T13:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: FTP 421 Failed to create data connection socket</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940344#M760476</link>
      <description>It happens no matter how we do it. What do you think about updating the ftp server software on our destination server?</description>
      <pubDate>Wed, 07 Feb 2007 13:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940344#M760476</guid>
      <dc:creator>Mark Montoya</dc:creator>
      <dc:date>2007-02-07T13:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP 421 Failed to create data connection socket</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940345#M760477</link>
      <description>Troubleshoot:&lt;BR /&gt;&lt;BR /&gt;FTP server running ?&lt;BR /&gt;&lt;BR /&gt;Messages in syslog.log&lt;BR /&gt;&lt;BR /&gt;Test local ftp back to itself&lt;BR /&gt;&lt;BR /&gt;Firewalls in play ?&lt;BR /&gt;&lt;BR /&gt;turn on debug in FTP ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2007 13:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940345#M760477</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-02-07T13:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP 421 Failed to create data connection socket</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940346#M760478</link>
      <description>Try the ftp again by supplying the "-c" option to it:&lt;BR /&gt;&lt;BR /&gt;interactively&lt;BR /&gt;# ftp -c hostname &lt;BR /&gt;&lt;BR /&gt;batch-mode&lt;BR /&gt;# ftp -n -c hostname</description>
      <pubDate>Wed, 07 Feb 2007 13:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940346#M760478</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-02-07T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP 421 Failed to create data connection socket</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940347#M760479</link>
      <description>Interesting! &lt;BR /&gt;&lt;BR /&gt;In the script it had -vin, and we added the c to it. Everything is fine. We will not know the true out come until a day of overnight processing. Can you clarify the -vinc for me. &lt;BR /&gt;&lt;BR /&gt;Thank you! &lt;BR /&gt;&lt;BR /&gt;Mark -</description>
      <pubDate>Wed, 07 Feb 2007 14:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940347#M760479</guid>
      <dc:creator>Mark Montoya</dc:creator>
      <dc:date>2007-02-07T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP 421 Failed to create data connection socket</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940348#M760480</link>
      <description>We added the -c and we are still receiving the same problems.&lt;BR /&gt;&lt;BR /&gt;Should we add a -b and with a buffer size or should we update the ftp server software?&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help!</description>
      <pubDate>Thu, 08 Feb 2007 15:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-421-failed-to-create-data-connection-socket/m-p/3940348#M760480</guid>
      <dc:creator>Mark Montoya</dc:creator>
      <dc:date>2007-02-08T15:04:29Z</dc:date>
    </item>
  </channel>
</rss>

