<?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: enable ftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166788#M9194</link>
    <description>You probably did not install the FTP packages. If this is a new install the best way would be to re-install and select the FTP module this time.</description>
    <pubDate>Fri, 16 Jan 2004 23:54:50 GMT</pubDate>
    <dc:creator>Vernon Brown_1</dc:creator>
    <dc:date>2004-01-16T23:54:50Z</dc:date>
    <item>
      <title>enable ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166787#M9193</link>
      <description>I had installed redhat linux 7.2 but i can not make ftp to this server. i was searching for /etc/xinetd.d/wu-ftp archive but no exist. how can i enable ftp service? in my instalation i dont select "server ftp(anonimous) option.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 16 Jan 2004 19:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166787#M9193</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-01-16T19:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: enable ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166788#M9194</link>
      <description>You probably did not install the FTP packages. If this is a new install the best way would be to re-install and select the FTP module this time.</description>
      <pubDate>Fri, 16 Jan 2004 23:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166788#M9194</guid>
      <dc:creator>Vernon Brown_1</dc:creator>
      <dc:date>2004-01-16T23:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: enable ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166789#M9195</link>
      <description>Ruiz,&lt;BR /&gt;To find out what ftp is on your 7.2 you can do something like the following&lt;BR /&gt;&lt;BR /&gt;  locate ftp &lt;BR /&gt;&lt;BR /&gt;or an even more fine search &lt;BR /&gt;&lt;BR /&gt;  locate ftp | grep -i "wuftp"&lt;BR /&gt;&lt;BR /&gt;this will find out what and where wuftp is install ( if present ) this method is a good all round method (like if packages have not been installed with rpm)&lt;BR /&gt;&lt;BR /&gt;if packages have been installed with rpm the the command &lt;BR /&gt;&lt;BR /&gt;# rpm -ql ftp&lt;BR /&gt;&lt;BR /&gt;Will tell you what and where this is a good method for rpm installed ( most packages will have been installed using this rpm on Redhat  distributions)&lt;BR /&gt;&lt;BR /&gt;also most services will have an entry in /etc/rc.d/init.d/ &lt;BR /&gt;&lt;BR /&gt;so an &lt;BR /&gt;ls -l /etc/rc.d/init.d/&lt;BR /&gt;&lt;BR /&gt;will show you most available services &lt;BR /&gt;&lt;BR /&gt;and a more refined mrthode would be &lt;BR /&gt;&lt;BR /&gt;# grep "ftp" /etc/rc.d/init.d/&lt;BR /&gt;&lt;BR /&gt;If the package is installed and the service is there then you can check this with&lt;BR /&gt;the command service&lt;BR /&gt;&lt;BR /&gt;ex:&lt;BR /&gt;&lt;BR /&gt;#service lpd status&lt;BR /&gt;&lt;BR /&gt;will return the status of lpd the command &lt;BR /&gt;&lt;BR /&gt;#service lpd help&lt;BR /&gt;&lt;BR /&gt;will show all option you can pass to service lpd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;....Now in the case of ftp you have to check that your firewall permits this port (usualy ftp or 21 ) to let connection pass to check this use&lt;BR /&gt;&lt;BR /&gt;#ipchains -L &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#iptables -L&lt;BR /&gt;&lt;BR /&gt;which one (ipchains or iptables) depends on what fire wall your system uses.&lt;BR /&gt;&lt;BR /&gt;an other method is to scan your port like &lt;BR /&gt;&lt;BR /&gt;#nmap 'ipname OR ipaddress'&lt;BR /&gt;&lt;BR /&gt;hope this help &lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Jan 2004 04:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166789#M9195</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-01-17T04:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: enable ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166790#M9196</link>
      <description>thanks for all</description>
      <pubDate>Sat, 17 Jan 2004 10:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166790#M9196</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-01-17T10:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: enable ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166791#M9197</link>
      <description>Just a clarification,&lt;BR /&gt;&lt;BR /&gt;You don't have to choose anonymous ftp server to have the ftp server installed.&lt;BR /&gt;&lt;BR /&gt;Red Hat has on the cd's two choices for ftp server.&lt;BR /&gt;&lt;BR /&gt;1 is the venerable wuftpd&lt;BR /&gt;2 is the newly written vsftp&lt;BR /&gt;&lt;BR /&gt;The second one is what red hat uses on their own web site. It scales pretty well.&lt;BR /&gt;&lt;BR /&gt;I would only do anonymous ftp if you really want anyone and everyone to be able to access your server without an id.&lt;BR /&gt;&lt;BR /&gt;A regular ftp install will at least let you keep anonymous folks off.&lt;BR /&gt;&lt;BR /&gt;In the Red Hat 7.2 install program their are choices for the two ftp programs above.&lt;BR /&gt;&lt;BR /&gt;You can get the latest rpms from red hat or washington university if you wish.&lt;BR /&gt;&lt;BR /&gt;Once you do that, the /etc/xinetd.d/wu-ftp directory should exist.&lt;BR /&gt;&lt;BR /&gt;You will probably still have to change the line disable=yes to disable=no&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;Then ftp will be authorized based on normal clear text user authentication.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 17 Jan 2004 22:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-ftp/m-p/3166791#M9197</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-17T22:53:43Z</dc:date>
    </item>
  </channel>
</rss>

