<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349646#M13491</link>
    <description>by defauld RH installer doesn't start ftp server,&lt;BR /&gt;&lt;BR /&gt;you should  run &lt;BR /&gt;&lt;BR /&gt;chkconfig vsftpd on &lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in order to start ftp server.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
    <pubDate>Thu, 05 Aug 2004 03:03:32 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2004-08-05T03:03:32Z</dc:date>
    <item>
      <title>ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349643#M13488</link>
      <description>on a new linux RH9 box I can ftp out to another box. But I cant ftp into the box from another server. I get connection refused. How can I fix this?</description>
      <pubDate>Wed, 04 Aug 2004 13:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349643#M13488</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-08-04T13:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349644#M13489</link>
      <description>Secure ftp (sftp) should be running, but this won't do you any good if Secure Shell (ssh) is not loaded on your client. &lt;BR /&gt;&lt;BR /&gt;Make sure that the ftp server was loaded with your installation.  It may not have been.&lt;BR /&gt;Start Here --&amp;gt; System Settings --&amp;gt; Add or Remove Packages --&amp;gt; [servers -- FTP Server]&lt;BR /&gt;&lt;BR /&gt;or you can check by running:&lt;BR /&gt;&lt;BR /&gt;rpm -q vsftpd&lt;BR /&gt;&lt;BR /&gt;If you don't see it you will need to install it.  Then make sure xinetd is configured to start vsftpd.  &lt;BR /&gt;&lt;BR /&gt;Check to see if /etc/xinetd.d/vsftpd exists.  &lt;BR /&gt;If it doesn't exist, copy &lt;BR /&gt;/usr/share/doc/vsftpd-&lt;VER&gt;/vsftpd.xinetd &lt;BR /&gt;to &lt;BR /&gt;/etc/xinetd.d/vsftpd.  &lt;BR /&gt;&lt;BR /&gt;Then you'll need to edit &lt;BR /&gt;/etc/xinetd.d/vsftpd &lt;BR /&gt;Make sure "disable = no" is set in this file.  &lt;BR /&gt;&lt;BR /&gt;If you make any changes to the xinetd configuration, you will need to restart it:&lt;BR /&gt;     /etc/init.d/xinetd stop&lt;BR /&gt;     /etc/init.d/xinetd start&lt;BR /&gt;&lt;BR /&gt;You will probably also need to update the vsftpd configuration: &lt;BR /&gt;     /etc/vsftpd/vsftpd.conf&lt;/VER&gt;</description>
      <pubDate>Wed, 04 Aug 2004 14:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349644#M13489</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2004-08-04T14:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349645#M13490</link>
      <description>It is now common to not run ftpd daemons on boxes.&lt;BR /&gt;&lt;BR /&gt;vsftp has its own daemon and it should be checked on the target RH9 box.&lt;BR /&gt;&lt;BR /&gt;service vsfptd status&lt;BR /&gt;&lt;BR /&gt;Connection refused also could be a block on port 20 and or 21 on the iptables firewall. That should be checked as well as well as intervening hardware firewalls if any.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 05 Aug 2004 01:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349645#M13490</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-05T01:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349646#M13491</link>
      <description>by defauld RH installer doesn't start ftp server,&lt;BR /&gt;&lt;BR /&gt;you should  run &lt;BR /&gt;&lt;BR /&gt;chkconfig vsftpd on &lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in order to start ftp server.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 05 Aug 2004 03:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349646#M13491</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-08-05T03:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349647#M13492</link>
      <description>And if you are on a secure network, and &lt;BR /&gt;wouldn't care if someone was to hack into&lt;BR /&gt;the box, you can cd to /etc/pam.d, and edit&lt;BR /&gt;the vfstpd file, changing everything to&lt;BR /&gt;"required".</description>
      <pubDate>Fri, 06 Aug 2004 17:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349647#M13492</guid>
      <dc:creator>tony j. podrasky</dc:creator>
      <dc:date>2004-08-06T17:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349648#M13493</link>
      <description>You should also make sure "firewall" (probably iptables) is not refusing your connection (even on your localhost) &lt;BR /&gt;&lt;BR /&gt;a way to check this is as root&lt;BR /&gt;&lt;BR /&gt;# nmap "your ip address"&lt;BR /&gt;# nmap localhost&lt;BR /&gt;&lt;BR /&gt;if you see ftp as an open port the connection from the firewall point of view is allowed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Sat, 07 Aug 2004 06:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3349648#M13493</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-08-07T06:11:15Z</dc:date>
    </item>
  </channel>
</rss>

