<?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/3413111#M14701</link>
    <description>I am really confused.&lt;BR /&gt;&lt;BR /&gt;Does not RH have its own FTP server which just need to be activated and ready (similar to TelNet) ?&lt;BR /&gt;&lt;BR /&gt;I have searched for the files all of you have told, but when I downloaded and try to install it, it says that has dependencies and the dependecies (downloaded) say that are from diferente architecture.&lt;BR /&gt;&lt;BR /&gt;Is there any site to donwload all the files just for the RH AS distribution?&lt;BR /&gt;&lt;BR /&gt;Could you helpe giving me the proper links to download the files you have mentioned?</description>
    <pubDate>Tue, 02 Nov 2004 17:32:11 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2004-11-02T17:32:11Z</dc:date>
    <item>
      <title>FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413105#M14695</link>
      <description>I have just installed Red Hat AS 2.1 but I cannot open a ftp session to the server.&lt;BR /&gt;&lt;BR /&gt;What should I config in the sever to allow users to open a ftp session?</description>
      <pubDate>Tue, 02 Nov 2004 13:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413105#M14695</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-02T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413106#M14696</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;FTP is not enabled by default, you need to do the following&lt;BR /&gt;&lt;BR /&gt;Install the ftp rpm(wuftpd)&lt;BR /&gt;Enable ftp &lt;BR /&gt;&lt;BR /&gt;Then ftp will start working&lt;BR /&gt;&lt;BR /&gt;No reboot is required install ftp rpm,then enable it using setup, do a kill -HUP on inetd and ftp will start working&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 13:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413106#M14696</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-11-02T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413107#M14697</link>
      <description>I am really newbie in RH, could you please show me the syntax to install it?</description>
      <pubDate>Tue, 02 Nov 2004 13:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413107#M14697</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-02T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413108#M14698</link>
      <description>Download the .rpm file&lt;BR /&gt;then run&lt;BR /&gt;&lt;BR /&gt;rpm -i 'rpm_file_name'</description>
      <pubDate>Tue, 02 Nov 2004 13:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413108#M14698</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-11-02T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413109#M14699</link>
      <description>Tonatiuh,&lt;BR /&gt;&lt;BR /&gt;I hope you get some help on this forum. I know you will. There are many talented peple on this forum and I owe a lot of what I have learned to them.&lt;BR /&gt;&lt;BR /&gt;How about assigning them some points for the effort. Not for me but for the others. I dont have a clue.</description>
      <pubDate>Tue, 02 Nov 2004 13:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413109#M14699</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-11-02T13:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413110#M14700</link>
      <description>Hi Tonatiuh,&lt;BR /&gt;there is probably &lt;BR /&gt;1. no FTP server instalation on your box or 2.ftp server is not started or&lt;BR /&gt;3.your system is using ftp server via superserver or superdaemon - inetd or xinetd&lt;BR /&gt;&lt;BR /&gt;1) check whether ftp is installed&lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep -i ftp&lt;BR /&gt;&lt;BR /&gt;installation is done by &lt;BR /&gt;&lt;BR /&gt;rpm -Uvh package.rpm (I'm using pure-ftpd)&lt;BR /&gt;&lt;BR /&gt;2)start ftp daemon&lt;BR /&gt;/etc/init.d/your_ftp_server start&lt;BR /&gt;&lt;BR /&gt;automatic start in boot you will achieve by&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 35 on pure-ftpd&lt;BR /&gt;&lt;BR /&gt;where numbers are system levels &lt;BR /&gt;(try chkconfig --list )&lt;BR /&gt;&lt;BR /&gt;3)you must find out which superserver  is running on your box&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep inet&lt;BR /&gt;&lt;BR /&gt;you should see something like this&lt;BR /&gt;.........    00:00:00 /usr/sbin/xinetd&lt;BR /&gt;or&lt;BR /&gt;....................../usr/sbin/inet&lt;BR /&gt;&lt;BR /&gt;than you must allow ftp service in configuration file of superserver.&lt;BR /&gt;&lt;BR /&gt;vi :/etc/xinetd.d/pure-ftpd&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;vi /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;delete # on the begining of ftp rows&lt;BR /&gt;&lt;BR /&gt;finnaly you have to restart superserver&lt;BR /&gt;&lt;BR /&gt;xinetd restart&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;hope this will help&lt;BR /&gt;&lt;BR /&gt;br Jan&lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 16:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413110#M14700</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-02T16:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413111#M14701</link>
      <description>I am really confused.&lt;BR /&gt;&lt;BR /&gt;Does not RH have its own FTP server which just need to be activated and ready (similar to TelNet) ?&lt;BR /&gt;&lt;BR /&gt;I have searched for the files all of you have told, but when I downloaded and try to install it, it says that has dependencies and the dependecies (downloaded) say that are from diferente architecture.&lt;BR /&gt;&lt;BR /&gt;Is there any site to donwload all the files just for the RH AS distribution?&lt;BR /&gt;&lt;BR /&gt;Could you helpe giving me the proper links to download the files you have mentioned?</description>
      <pubDate>Tue, 02 Nov 2004 17:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413111#M14701</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-02T17:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413112#M14702</link>
      <description>try &lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep -i ftp&lt;BR /&gt;&lt;BR /&gt;and you will see whether is ftp server instaled or not&lt;BR /&gt;&lt;BR /&gt;try to install from original AS CD, you should have it &lt;BR /&gt;or try redhat.com   downloads&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Tue, 02 Nov 2004 17:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413112#M14702</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-02T17:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413113#M14703</link>
      <description>This is the output of the command&lt;BR /&gt;&lt;BR /&gt;[root@RAC1 etc]# rpm -qa | grep -i ftp&lt;BR /&gt;gftp-2.0.8-2&lt;BR /&gt;ftp-0.17-12&lt;BR /&gt;ncftp-3.0.3-6</description>
      <pubDate>Tue, 02 Nov 2004 17:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413113#M14703</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-02T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413114#M14704</link>
      <description>.... and also try to assign some points for answers you got ;-)&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Tue, 02 Nov 2004 17:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413114#M14704</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-02T17:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413115#M14705</link>
      <description>I think I should wait until my problem be solved to assign points. At this moment, the answers have been not complete (to my out of experience) and my problem is not solved. So that I cannot assign points to answers which do not really help me.</description>
      <pubDate>Tue, 02 Nov 2004 17:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413115#M14705</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-02T17:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413116#M14706</link>
      <description>RH AS/ES comes with FTP servers, but unless you choose to install them at install time, they don't go on.&lt;BR /&gt;&lt;BR /&gt;As all Enterprise RH products install 'ssh' by default, the assumption is that you neither need or desire telnet or ftp (unsecure and un-encrypted protocols).&lt;BR /&gt;&lt;BR /&gt;You can download the 'wuftpd' package from the RedHat Network secure website (you've created a RHN account, yes?), or you can chose to use the 'vsftpd' package instead (more secure).&lt;BR /&gt;&lt;BR /&gt;I can't give you URL's to these as they change per login user.&lt;BR /&gt;&lt;BR /&gt;If you haven't created a RHN account, then you should do so immediately.&lt;BR /&gt;&lt;BR /&gt;Without an RHN account, you only have access to Source RPM's on the RH FTP site (ftp.redhat.com).  If you have to go down this path, you'll also need the development packages installed.&lt;BR /&gt;&lt;BR /&gt;This is only necessary of course if you do not have the installation media available.&lt;BR /&gt;&lt;BR /&gt;Once you have the package, it's very easy to install (follow Jan's advice).</description>
      <pubDate>Tue, 02 Nov 2004 18:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413116#M14706</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-11-02T18:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413117#M14707</link>
      <description>I suppose that easiest way for you is GUI installation tool accesible from KDE/GNOME menu. &lt;BR /&gt;I don't know the name of the tool , I'm using SuSE distro, but know it exists, I was using it several months ago. There select some ftp server.&lt;BR /&gt;&lt;BR /&gt;You can also downloads pure-ftpd from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rpm.pbone.net/index.php3/stat/4/idpl/1129356/com/pure-ftpd-1.1.0-1.i386.rpm.html" target="_blank"&gt;http://rpm.pbone.net/index.php3/stat/4/idpl/1129356/com/pure-ftpd-1.1.0-1.i386.rpm.html&lt;/A&gt;&lt;BR /&gt;(rpm)&lt;BR /&gt;&lt;BR /&gt;or source from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/pureftpd/" target="_blank"&gt;http://sourceforge.net/projects/pureftpd/&lt;/A&gt;&lt;BR /&gt;(It is bz2, =&amp;gt; I'll need to compile it:&lt;BR /&gt;bzip2 -d file&lt;BR /&gt;&lt;BR /&gt;cd file&lt;BR /&gt;./configure &lt;BR /&gt;make&lt;BR /&gt;make install)&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2004 01:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413117#M14707</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-03T01:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413118#M14708</link>
      <description>Insert and mount a cdrom.&lt;BR /&gt;The rpm files should be on a cdrom under&lt;BR /&gt;/RedHat/RPMS/*&lt;BR /&gt;&lt;BR /&gt;the command: &lt;BR /&gt;rpm -Uvh mountpoint/RedHat/RPMS/wu-ftpd-version.rpm&lt;BR /&gt;&lt;BR /&gt;where mountpoint is the point where the cdrom is mounted, and version is the version of wu-ftpd on your cdrom - will install the ftp server on your RedHat.&lt;BR /&gt;From the output you gave us-it seems that currently you have ftp clients installed ,but no server.&lt;BR /&gt;After successfull installation of FTP server.&lt;BR /&gt;run the command:&lt;BR /&gt;chkconfig wu-ftpd on&lt;BR /&gt;&lt;BR /&gt;This will enable and start the FTP service.&lt;BR /&gt;After that you can try to ftp to this server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As alternative you can try to install the vsftpd server from the same set of CDROMs.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2004 01:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413118#M14708</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-11-03T01:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413119#M14709</link>
      <description>hi tonatiuh,&lt;BR /&gt;&lt;BR /&gt;have a look at:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=698075" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=698075&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Wed, 03 Nov 2004 04:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413119#M14709</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-11-03T04:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413120#M14710</link>
      <description>Thanks Alexander! I have successfully installed and activated the wu-ftpd.&lt;BR /&gt;&lt;BR /&gt;But I can not ftp with root user, only with anoterh users.&lt;BR /&gt;&lt;BR /&gt;What must I configure to ftp with root user?</description>
      <pubDate>Wed, 03 Nov 2004 12:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413120#M14710</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-03T12:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413121#M14711</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;there are some files in /etc/. i'm not sure but i think the are named ftpacces or something like that. you have to remove root from this file to allow root ftp access.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Wed, 03 Nov 2004 12:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413121#M14711</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-11-03T12:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413122#M14712</link>
      <description>Hi,&lt;BR /&gt;In order to root can use ftp, you must delete&lt;BR /&gt;root from /etc/ftpusers&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Wed, 03 Nov 2004 13:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413122#M14712</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-03T13:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413123#M14713</link>
      <description>/etc/ftpusers says:&lt;BR /&gt;&lt;BR /&gt;# The ftpusers file is deprecated. Use deny-uid/deny-gid in ftpaccess.&lt;BR /&gt;&lt;BR /&gt;I do not underestand how to config the ftpaccess to user root gain ftp acces?&lt;BR /&gt;&lt;BR /&gt;Anoyone who can help me?</description>
      <pubDate>Wed, 03 Nov 2004 14:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413123#M14713</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-03T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413124#M14714</link>
      <description>hi tonatiuh,&lt;BR /&gt;&lt;BR /&gt;if you edit /etc/ftpaccess:&lt;BR /&gt;&lt;BR /&gt;1) delete deny-gid and deny-uid lines&lt;BR /&gt;2) add allow-gid %1-10000 and allow-uid %1-10000&lt;BR /&gt;&lt;BR /&gt;allow-gid %1-10000 means that all groups with id from 1 to 10000 are allowed to log onto ftp-server.&lt;BR /&gt;&lt;BR /&gt;allow-uid %1-10000 means that all users with id from 1 to 10000 are allowed to log onto ftp-server.&lt;BR /&gt;&lt;BR /&gt;root has group root.&lt;BR /&gt;user root's uid (user id) is 1.&lt;BR /&gt;group root has gid (group id) 1.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Thu, 04 Nov 2004 04:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3413124#M14714</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-11-04T04:20:16Z</dc:date>
    </item>
  </channel>
</rss>

