<?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 connection refused in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416502#M14792</link>
    <description>Hi Andrew,&lt;BR /&gt;have you installed and started ftp server ?&lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep ftp &lt;BR /&gt;&lt;BR /&gt;ps -ef | grep ftp&lt;BR /&gt;&lt;BR /&gt;If ssh is running you don't need ftp, use scp:&lt;BR /&gt;&lt;BR /&gt;upload: scp file  user@remotebox:/dir  &lt;BR /&gt;download: scp user@remotebox:/dir   your_path&lt;BR /&gt;&lt;BR /&gt;br Jan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 07 Nov 2004 01:07:33 GMT</pubDate>
    <dc:creator>Jan Sladky</dc:creator>
    <dc:date>2004-11-07T01:07:33Z</dc:date>
    <item>
      <title>ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416500#M14790</link>
      <description>hi guys &lt;BR /&gt;   I am a relative new guy with red hat linux, i have to ftp some files from one 2.1 advanced server to another.&lt;BR /&gt;but i get connection refused all the time, i have looked at the ftpaccess and ftpusers file and as far as i can see they look standard i can rlogin in both directions with non issues.&lt;BR /&gt;but now i am under time presure and would apprecate some help.&lt;BR /&gt;regards&lt;BR /&gt;    Andrew</description>
      <pubDate>Sat, 06 Nov 2004 06:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416500#M14790</guid>
      <dc:creator>andrew medhurst</dc:creator>
      <dc:date>2004-11-06T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416501#M14791</link>
      <description>Hi Andrew,Several things to be checked.First : Red Hat default installation does not allow FTP service (nor it allows telnet).To enable FTP, you must install a FTP server (included in something called "legacy network servers" in Red Hat package naming).Then, go to /etc/xinetd.d/ and look for the FTP configuration file. Comment out the line "disable = yes", then re-start or "kill -1" the xinetd daemon :killall -1 xinetdAnother point : SSH has become the standard connection daemon for most Linux distros. Due to security flaws (passwords transmitted in clear text), telnet and ftp are less used than before.To copy files using SSH :scp -rp src_file_or_dir user@dest_host:/pathor scp -rp user@src_host:/path/to/file_or_dir dest_dirGood luck.Kodjo</description>
      <pubDate>Sat, 06 Nov 2004 16:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416501#M14791</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2004-11-06T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416502#M14792</link>
      <description>Hi Andrew,&lt;BR /&gt;have you installed and started ftp server ?&lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep ftp &lt;BR /&gt;&lt;BR /&gt;ps -ef | grep ftp&lt;BR /&gt;&lt;BR /&gt;If ssh is running you don't need ftp, use scp:&lt;BR /&gt;&lt;BR /&gt;upload: scp file  user@remotebox:/dir  &lt;BR /&gt;download: scp user@remotebox:/dir   your_path&lt;BR /&gt;&lt;BR /&gt;br Jan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Nov 2004 01:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416502#M14792</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-07T01:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416503#M14793</link>
      <description>what's the error message?</description>
      <pubDate>Sun, 07 Nov 2004 09:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416503#M14793</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-11-07T09:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416504#M14794</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;By default the ftp rpm does not get loaded, you can download from redhat site the wu-ftpd rpm and install it.  Once you install it run setup and enable wu-ftpd,after you have done this do a kill -HUP on the inetd process after this ftp will start working.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 08 Nov 2004 08:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416504#M14794</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-11-08T08:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416505#M14795</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;I experienced troubles, for the Kerberos ftp package was installed (which is more sticky to configure) instead of the regular one.&lt;BR /&gt;&lt;BR /&gt;Things became immediatly easier with the regular (which is probably less secure) &lt;BR /&gt;&lt;BR /&gt;How about your machine ?&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Fodil.</description>
      <pubDate>Wed, 17 Nov 2004 14:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416505#M14795</guid>
      <dc:creator>Fodil ATTAR</dc:creator>
      <dc:date>2004-11-17T14:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416506#M14796</link>
      <description>Andrew, &lt;BR /&gt;&lt;BR /&gt;You may have a look on :&lt;BR /&gt;&lt;BR /&gt;/etc/hosts&lt;BR /&gt;/etc/sysconfig/network&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;(where eth0 is your machine interface's name)&lt;BR /&gt;&lt;BR /&gt;To restart daemons let have a look on :&lt;BR /&gt;&lt;BR /&gt;/etc/rc5.d/S10network reload&lt;BR /&gt;/etc/rc5.d/S56xinetd restart (***)&lt;BR /&gt;/etc/rc.d/inti.d/network restart&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fodil.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 15:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416506#M14796</guid>
      <dc:creator>Fodil ATTAR</dc:creator>
      <dc:date>2004-11-17T15:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416507#M14797</link>
      <description>Once again...&lt;BR /&gt;&lt;BR /&gt;To manage services let's execute : &lt;BR /&gt;&lt;BR /&gt;ntsysv&lt;BR /&gt;&lt;BR /&gt;Fodil.</description>
      <pubDate>Wed, 17 Nov 2004 15:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416507#M14797</guid>
      <dc:creator>Fodil ATTAR</dc:creator>
      <dc:date>2004-11-17T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: ftp connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416508#M14798</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;By default ftp is not on the OS, to get ftp working you need to do the following&lt;BR /&gt;&lt;BR /&gt;Install wuftpd rpm which can be downloaded from redhat site&lt;BR /&gt;&lt;BR /&gt;After installing using rpm -ivh wuftp*.rpm&lt;BR /&gt;then run setup go to services and select wuftpd&lt;BR /&gt;Save and exit&lt;BR /&gt;do a ps -ef|grep inetd&lt;BR /&gt;do a kill -HUP on inetd pid and after that ftp will satrt working&lt;BR /&gt;&lt;BR /&gt;No reboot required for the whole process.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Gopi&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 15:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-connection-refused/m-p/3416508#M14798</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-11-17T15:54:30Z</dc:date>
    </item>
  </channel>
</rss>

