<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475904#M17464</link>
    <description>Check also this troubleshooting site&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90759/00/01/122-con.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90759/00/01/122-con.html&lt;/A&gt;</description>
    <pubDate>Thu, 21 Dec 2000 12:14:33 GMT</pubDate>
    <dc:creator>Rainer_1</dc:creator>
    <dc:date>2000-12-21T12:14:33Z</dc:date>
    <item>
      <title>ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475901#M17461</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A user can log in via ftp and the command pwd is working, but when the user is using&lt;BR /&gt;the ls or dir command he gets following error:&lt;BR /&gt;&lt;BR /&gt;421 Service not avaailable, remote server has closed connection.&lt;BR /&gt;&lt;BR /&gt;That means&lt;BR /&gt;ftp port : 21 ( control ) is  working&lt;BR /&gt;ftp port : 20 ( data ) is not working.&lt;BR /&gt;&lt;BR /&gt;What can I do and where can I find a docu about ftp ?&lt;BR /&gt;&lt;BR /&gt;Thank's &lt;BR /&gt;Thomas Kopp&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Dec 2000 09:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475901#M17461</guid>
      <dc:creator>Thomas Kopp</dc:creator>
      <dc:date>2000-12-21T09:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475902#M17462</link>
      <description>Could it be that there is a firewall between the user and the system that blocks the data port 20 ?</description>
      <pubDate>Thu, 21 Dec 2000 09:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475902#M17462</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-12-21T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475903#M17463</link>
      <description>Check the online manual for ftp. Is user ftp setup correctly on your system? &lt;BR /&gt;user ftp should have the following settings:&lt;BR /&gt;ftp uid(500); gid(105-guest);homedir=/home/ftp;shell=/usr/bin/false.&lt;BR /&gt;Make directory /home/ftp/usr/bin/ permissions as 555 in FTP HOME directory. Copy cd, ls and pwd from /usr/bin into this newdirectory and make them executable only.</description>
      <pubDate>Thu, 21 Dec 2000 09:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475903#M17463</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-12-21T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475904#M17464</link>
      <description>Check also this troubleshooting site&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90759/00/01/122-con.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90759/00/01/122-con.html&lt;/A&gt;</description>
      <pubDate>Thu, 21 Dec 2000 12:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475904#M17464</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-12-21T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475905#M17465</link>
      <description>One other thing you can check is the /var/adm/inetd.sec file. Does it exist , if so is thjere an wntry in there for the server you are trying to connect to? If so as a test rename the inetd.sec file and retry your ftp.&lt;BR /&gt;&lt;BR /&gt;later</description>
      <pubDate>Thu, 21 Dec 2000 13:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475905#M17465</guid>
      <dc:creator>Devbinder Singh Marway</dc:creator>
      <dc:date>2000-12-21T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475906#M17466</link>
      <description>Well, this may not apply (or maybe it will). But when I set up an FTP server for specific users, I found that if I created a bin directory under their home directory and did the following:&lt;BR /&gt;&lt;BR /&gt;cp /usr/sbin/pwd  /home/&lt;USER&gt;/bin&lt;BR /&gt;cp /sbin/ls  /home/&lt;USER&gt;/bin&lt;BR /&gt;&lt;BR /&gt;Than did a chmod 0111 /home/&lt;USER&gt;/bin/*&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USER&gt;&lt;/USER&gt;&lt;/USER&gt;</description>
      <pubDate>Thu, 21 Dec 2000 13:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475906#M17466</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-12-21T13:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475907#M17467</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there are some good points, but how can I turn on&lt;BR /&gt;passive mode on the client?&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Thu, 21 Dec 2000 15:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2475907#M17467</guid>
      <dc:creator>Thomas Kopp</dc:creator>
      <dc:date>2000-12-21T15:01:11Z</dc:date>
    </item>
  </channel>
</rss>

