<?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 server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158960#M8971</link>
    <description>Is there any reason why you want to use ftp, could you use sftp? sftp use the same service port as ssh, so if you have ssh, you shouldn't need to set up anything.  If you need to chroot your ftp session, then I would not use sftp. I am not sure if you can chroot sftp.</description>
    <pubDate>Thu, 08 Jan 2004 08:44:13 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2004-01-08T08:44:13Z</dc:date>
    <item>
      <title>ftp server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158956#M8967</link>
      <description>I have redhat 9 &lt;BR /&gt;how can active the ftp server ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;e.</description>
      <pubDate>Wed, 07 Jan 2004 18:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158956#M8967</guid>
      <dc:creator>Emilio Brusa</dc:creator>
      <dc:date>2004-01-07T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158957#M8968</link>
      <description>I think you have to edit the file /etc/xinetd.d/wu-ftpd and change the disable=yes to disable=no.&lt;BR /&gt;&lt;BR /&gt;This works on Redhat 7.2</description>
      <pubDate>Wed, 07 Jan 2004 19:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158957#M8968</guid>
      <dc:creator>Vernon Brown_1</dc:creator>
      <dc:date>2004-01-07T19:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158958#M8969</link>
      <description>Edit the file /etc/xinetd.d/wu-ftpd and change the disable=yes to disable=no.&lt;BR /&gt;&lt;BR /&gt;Then as root:&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;THEN you will be able to connect via ftp.&lt;BR /&gt;&lt;BR /&gt;This works on all current and many past versions of red hat.&lt;BR /&gt;&lt;BR /&gt;ftp is disabled be default.&lt;BR /&gt;&lt;BR /&gt;Also: Check /etc/sysconfig/iptables&lt;BR /&gt;&lt;BR /&gt;Make sure port 21 is not blocked.&lt;BR /&gt;&lt;BR /&gt;if unsure and getting connect errors:&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;ftp again&lt;BR /&gt;&lt;BR /&gt;Don't leave it like that. If it turns out to be an iptables problem post back the iptables config file, I'll edit it up and post it back for you.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jan 2004 19:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158958#M8969</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-07T19:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158959#M8970</link>
      <description>one command:&lt;BR /&gt;chkconfig vsftpd on&lt;BR /&gt;will enable the ftp service and turn it on.&lt;BR /&gt;By default this service gets installed on redhat9.&lt;BR /&gt;You can choose however to unstall wu-ftpd rpm instead, and then the command will be&lt;BR /&gt;chkconfig wu-ftpd on....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards...</description>
      <pubDate>Thu, 08 Jan 2004 01:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158959#M8970</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-08T01:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158960#M8971</link>
      <description>Is there any reason why you want to use ftp, could you use sftp? sftp use the same service port as ssh, so if you have ssh, you shouldn't need to set up anything.  If you need to chroot your ftp session, then I would not use sftp. I am not sure if you can chroot sftp.</description>
      <pubDate>Thu, 08 Jan 2004 08:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158960#M8971</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-01-08T08:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158961#M8972</link>
      <description>Thanks everybody&lt;BR /&gt;&lt;BR /&gt;K.C. the reason for ftp server and not ssh is because...  i am using ultraedit for edit files in the linux...i dont know use Vi very well.&lt;BR /&gt;ultraedit work with ftp&lt;BR /&gt;&lt;BR /&gt;if you  know some aplication like ultraedit with SSh..tell me plesae.&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Thu, 08 Jan 2004 18:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158961#M8972</guid>
      <dc:creator>Emilio Brusa</dc:creator>
      <dc:date>2004-01-08T18:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158962#M8973</link>
      <description>Hello Emilio,&lt;BR /&gt;&lt;BR /&gt;now you are on the verge of starting a religous war ;-) People have almost as strong opionions about editors as they have about operating systems.&lt;BR /&gt;&lt;BR /&gt;Having said that, I personally like nedit (&lt;A href="http://www.nedit.org)," target="_blank"&gt;www.nedit.org),&lt;/A&gt; which is lightweight, available on many platforms and quite powerfull. The window structure should be easy to grasp for Windows users.&lt;BR /&gt;&lt;BR /&gt;And yes, I know there are many other fine editors out there ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 08 Jan 2004 21:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-server/m-p/3158962#M8973</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-08T21:52:42Z</dc:date>
    </item>
  </channel>
</rss>

