<?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/3795388#M23574</link>
    <description>THANK YOU !!!!</description>
    <pubDate>Tue, 30 May 2006 12:02:19 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2006-05-30T12:02:19Z</dc:date>
    <item>
      <title>FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795378#M23564</link>
      <description>Red Hat Enterprise Linux 4&lt;BR /&gt;&lt;BR /&gt;I need to config FTP server using one of the following packages.&lt;BR /&gt;&lt;BR /&gt;lftp-3.0.6-3&lt;BR /&gt;ftp-0.17-22&lt;BR /&gt;&lt;BR /&gt;But I do not know how to (I always used to use vsftpd). Anyone who can helpme?</description>
      <pubDate>Fri, 26 May 2006 10:51:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795378#M23564</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-05-26T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795379#M23565</link>
      <description>I don't know the first, but ftp is the traditional ftp server, and does not provides extensive configuration. Normally started by xinetd and the only restriction is the /etc/ftpusers file.&lt;BR /&gt;&lt;BR /&gt;Why don't you want to use vsftpd on this server?</description>
      <pubDate>Fri, 26 May 2006 11:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795379#M23565</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-26T11:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795380#M23566</link>
      <description>These are packages of ftp client.&lt;BR /&gt;I guess you'll have to install vsftpd that comes on RHEL installation CD or some other version of ftp server.&lt;BR /&gt;You could also use sftp which is more secure.Although this means that you'll have to notify all your clients.</description>
      <pubDate>Fri, 26 May 2006 11:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795380#M23566</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-05-26T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795381#M23567</link>
      <description>This server is in the other side of the world and nobody who can install the proper vsftpd RPM ot other kind of help.&lt;BR /&gt;&lt;BR /&gt;My first need is to able any FTP server only with contents of the server as it is right now.&lt;BR /&gt;&lt;BR /&gt;Ivan: Could you specify me more details to activete de ftp server there is?&lt;BR /&gt;&lt;BR /&gt;Alexander: Do you think there is no ftp SERVER installed and there is no way to FTP to that server unless someone install the proper ftp server package?</description>
      <pubDate>Fri, 26 May 2006 12:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795381#M23567</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-05-26T12:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795382#M23568</link>
      <description>Well,&lt;BR /&gt;you've got to have ftp server to handle ftp clients obviously.&lt;BR /&gt;The packages you mentioned are for clients.&lt;BR /&gt;You can easily check this your self:&lt;BR /&gt;login to your linux server and do `rpm -qi lftp`  and `rpm -qi ftp`&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;I'd also execute `rpm -qa|grep ftp`&lt;BR /&gt;to see what ftp related packages you've installed.&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Fri, 26 May 2006 12:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795382#M23568</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-05-26T12:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795383#M23569</link>
      <description>As Alexander said,  lftp &amp;amp; ftp are ftp clients.&lt;BR /&gt;You can install ftp server remotely using two ways:&lt;BR /&gt;1) upload vsftp rpm package to your server using "scp"&lt;BR /&gt;2) or just download vsftp when you login into your server using "wget", for example.</description>
      <pubDate>Sat, 27 May 2006 14:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795383#M23569</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-05-27T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795384#M23570</link>
      <description>Does the "scp" is the secure way instead of "rcp"? What port does the "scp" and/or rcp" use? (this machine is behind a firewall)&lt;BR /&gt;&lt;BR /&gt;Can I rcp from a Windows to Linux?</description>
      <pubDate>Mon, 29 May 2006 09:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795384#M23570</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-05-29T09:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795385#M23571</link>
      <description>yes, scp is "secure rcp".&lt;BR /&gt;&lt;BR /&gt;ssh/scp work via 22 port</description>
      <pubDate>Mon, 29 May 2006 10:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795385#M23571</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-05-29T10:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795386#M23572</link>
      <description>I think I am lost. &lt;BR /&gt;&lt;BR /&gt;I do not have rsh-server installed into the server. That server does not have access to internet.&lt;BR /&gt;&lt;BR /&gt;Any other idea?</description>
      <pubDate>Mon, 29 May 2006 14:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795386#M23572</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-05-29T14:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795387#M23573</link>
      <description>you're access your remote server using ssh, right?&lt;BR /&gt;&lt;BR /&gt;so you should:&lt;BR /&gt;&lt;BR /&gt;1) download vsftpd rpm to your local machine&lt;BR /&gt;2) scp rpm package to your remote machine&lt;BR /&gt;3) install vsftpd rpm</description>
      <pubDate>Tue, 30 May 2006 04:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795387#M23573</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-05-30T04:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795388#M23574</link>
      <description>THANK YOU !!!!</description>
      <pubDate>Tue, 30 May 2006 12:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp/m-p/3795388#M23574</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-05-30T12:02:19Z</dc:date>
    </item>
  </channel>
</rss>

