<?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: I can't ftp to my RHEL 5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216964#M51522</link>
    <description>FTP is not normally installed on a basic system (if a basic system was installed).&lt;BR /&gt;&lt;BR /&gt;If you want to use FTP (not sure why you would when you can use sftp or scp instead).&lt;BR /&gt;&lt;BR /&gt;yum install vsftpd&lt;BR /&gt;chckonfig --level 345 vsftpd on&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Jan 2010 03:36:37 GMT</pubDate>
    <dc:creator>Albert Smith_1</dc:creator>
    <dc:date>2010-01-05T03:36:37Z</dc:date>
    <item>
      <title>I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216959#M51517</link>
      <description>&lt;BR /&gt;I have just freshly installed a linux enterprise version 5 OS. I can PING but I cannot FTP.&lt;BR /&gt;Please, what can I do ?</description>
      <pubDate>Mon, 04 Jan 2010 12:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216959#M51517</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-04T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216960#M51518</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 21&lt;BR /&gt;&lt;BR /&gt;# See if anything is listening on port 21 (ftp)&lt;BR /&gt;&lt;BR /&gt;service vsftpd status&lt;BR /&gt;&lt;BR /&gt;# That will tell you if its running.&lt;BR /&gt;&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;# That will do a one time start.&lt;BR /&gt;&lt;BR /&gt;chkconfig --list vsftpd&lt;BR /&gt;&lt;BR /&gt;# display the start configuration&lt;BR /&gt;&lt;BR /&gt;chkconfig vsfptd on&lt;BR /&gt;&lt;BR /&gt;# Changes the start configuration to start the daemon.&lt;BR /&gt;&lt;BR /&gt;Note, you can use any ftp server you want. vsfptd is the default. I'm using pure-ftp because its integrated with ispconfig, which I use as to simply system administration on some of my Linux boxes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Jan 2010 14:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216960#M51518</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-01-04T14:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216961#M51519</link>
      <description>&lt;!--!*#--&gt;"I cannot" is not a useful problem&lt;BR /&gt;description.  It does not say what you did.&lt;BR /&gt;It does not say what happened when you did&lt;BR /&gt;it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please, what can I do ?&lt;BR /&gt;&lt;BR /&gt;You might start by showing the actual&lt;BR /&gt;commands you used, with their actual output.</description>
      <pubDate>Mon, 04 Jan 2010 14:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216961#M51519</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-04T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216962#M51520</link>
      <description>&lt;BR /&gt;Please, here is the status of the VSFTPD service:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]#&lt;BR /&gt;[root@localhost ~]# service vsftpd status&lt;BR /&gt;vsftpd: unrecognized service&lt;BR /&gt;[root@localhost ~]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please Advice</description>
      <pubDate>Mon, 04 Jan 2010 15:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216962#M51520</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-04T15:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216963#M51521</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;  So what happens if you attempt to use sftp to connect and ftp to and from your linux system?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By default RHEL 5 systems are securely locked down so that normal telnet and ftp are disabled.  But you should be able to use ssh and sftp to perform the same tasks.&lt;BR /&gt;&lt;BR /&gt;# sftp hostname &lt;OR ip.address.com=""&gt;&lt;BR /&gt;&lt;BR /&gt;Connecting to hostname...&lt;BR /&gt;The authenticity of host 'hostname (xxx.xxx.xxx.xxx)'  established.&lt;BR /&gt;RSA key fingerprint is &lt;BIG hex="" number=""&gt;.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;Warning: Permanently added 'hostname' (RSA) to the list of known hosts.&lt;BR /&gt;username@hostname's password:&lt;BR /&gt;sftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Stone&lt;BR /&gt;&lt;/BIG&gt;&lt;/OR&gt;</description>
      <pubDate>Mon, 04 Jan 2010 22:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216963#M51521</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2010-01-04T22:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216964#M51522</link>
      <description>FTP is not normally installed on a basic system (if a basic system was installed).&lt;BR /&gt;&lt;BR /&gt;If you want to use FTP (not sure why you would when you can use sftp or scp instead).&lt;BR /&gt;&lt;BR /&gt;yum install vsftpd&lt;BR /&gt;chckonfig --level 345 vsftpd on&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 03:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216964#M51522</guid>
      <dc:creator>Albert Smith_1</dc:creator>
      <dc:date>2010-01-05T03:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216965#M51523</link>
      <description>do you really need ftp? do you only want to transfer some files to your server?&lt;BR /&gt;&lt;BR /&gt;use scp instead, it is a secure protocol while normal ftp is not.</description>
      <pubDate>Tue, 05 Jan 2010 06:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216965#M51523</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-01-05T06:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216966#M51524</link>
      <description>&lt;A href="http://tinyurl.com/yecv6n3" target="_blank"&gt;http://tinyurl.com/yecv6n3&lt;/A&gt;</description>
      <pubDate>Tue, 05 Jan 2010 15:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216966#M51524</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2010-01-05T15:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216967#M51525</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I recommend these steps:&lt;BR /&gt;&lt;BR /&gt;yum -y install vsftpd&lt;BR /&gt;chckonfig vsftpd on&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;Important note. The default configuration of vsftpd is anonymous file transfer is to allow it.&lt;BR /&gt;&lt;BR /&gt;The second you finish this process, you need to change the /etc/vsftpd/vsftpd.conf file, turn off anonymous ftp and restart the service as noted above.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Jan 2010 16:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216967#M51525</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-01-05T16:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216968#M51526</link>
      <description>Here is the result I got:&lt;BR /&gt;&lt;BR /&gt;[root@localhost cdrom]# yum -y install vsftpd&lt;BR /&gt;Loaded plugins: rhnplugin, security&lt;BR /&gt;This system is not registered with RHN.&lt;BR /&gt;RHN support will be disabled.&lt;BR /&gt;Setting up Install Process&lt;BR /&gt;No package vsftpd available.&lt;BR /&gt;Nothing to do&lt;BR /&gt;[root@localhost cdrom]# yum install vsftpd&lt;BR /&gt;Loaded plugins: rhnplugin, security&lt;BR /&gt;This system is not registered with RHN.&lt;BR /&gt;RHN support will be disabled.&lt;BR /&gt;Setting up Install Process&lt;BR /&gt;No package vsftpd available.&lt;BR /&gt;Nothing to do&lt;BR /&gt;[root@localhost cdrom]#&lt;BR /&gt;&lt;BR /&gt;If I have to get the FTP package from one of the 6 CDs, how would I be able to locate them ?&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 06 Jan 2010 15:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216968#M51526</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-06T15:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216969#M51527</link>
      <description>If you can't find the RPM you need via yum or on the cd set, you might try downloading it here:  &lt;A href="http://rpm.pbone.net/index.php3/stat/2/simple/2" target="_blank"&gt;http://rpm.pbone.net/index.php3/stat/2/simple/2&lt;/A&gt;</description>
      <pubDate>Wed, 06 Jan 2010 16:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216969#M51527</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2010-01-06T16:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: I can't ftp to my RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216970#M51528</link>
      <description>Thank you for your contributions !</description>
      <pubDate>Thu, 07 Jan 2010 13:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-can-t-ftp-to-my-rhel-5/m-p/5216970#M51528</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-07T13:30:10Z</dc:date>
    </item>
  </channel>
</rss>

