<?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 Advice in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860977#M70828</link>
    <description>Check if you have WU-FTPD installed on the system. If so check into using the ftpaccess file. You can specify which logins, where they can upload to, download to, ownership/permissions of files once they are uploaded, etc.</description>
    <pubDate>Wed, 15 Sep 2004 08:23:40 GMT</pubDate>
    <dc:creator>David Child_1</dc:creator>
    <dc:date>2004-09-15T08:23:40Z</dc:date>
    <item>
      <title>FTP Advice</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860975#M70826</link>
      <description>Hello again!!&lt;BR /&gt;&lt;BR /&gt;I'd like to open up FTP on a Linux system (against my wishes, but hey). I'd like the following objectives to be met:&lt;BR /&gt;&lt;BR /&gt;Only 6 out of 150 NIS users are to be allowed in.&lt;BR /&gt;The when logged in, the / directory must be a specified location on the system.&lt;BR /&gt;I'd like to use something that comes with the system.&lt;BR /&gt;&lt;BR /&gt;I've had a look at the vsftpd man-page, and while I can specify the users who login, the chroot commands appear to be restricted to the users' home directory, where I do not want the chroot to be.&lt;BR /&gt;&lt;BR /&gt;Does anyone know if I can specifiy the chroot location? Or are there any better ftp daemons for my request? If I can find one that doesn't use inetd, then that's a bonus!&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 15 Sep 2004 05:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860975#M70826</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-09-15T05:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Advice</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860976#M70827</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;maybe it is better to use a ftpuser&lt;BR /&gt;with the homedir set to "/"&lt;BR /&gt;In use with sftp which comes with ssh you can control access via known-host-keys&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 15 Sep 2004 07:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860976#M70827</guid>
      <dc:creator>Michael_356</dc:creator>
      <dc:date>2004-09-15T07:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Advice</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860977#M70828</link>
      <description>Check if you have WU-FTPD installed on the system. If so check into using the ftpaccess file. You can specify which logins, where they can upload to, download to, ownership/permissions of files once they are uploaded, etc.</description>
      <pubDate>Wed, 15 Sep 2004 08:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860977#M70828</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2004-09-15T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Advice</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860978#M70829</link>
      <description>vsfptd has its own deamon, being removed from the inetd or xinetd daemon.&lt;BR /&gt;&lt;BR /&gt;All of the configuration you need to do is within its own conf file.&lt;BR /&gt;&lt;BR /&gt;vsfptd is what red hat acutally uses and it scales up quite nicely.&lt;BR /&gt;&lt;BR /&gt;See these documents for more information:&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-ftp-vsftpd-conf.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-ftp-vsftpd-conf.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxquestions.org/questions/history/215961" target="_blank"&gt;http://www.linuxquestions.org/questions/history/215961&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;ie=UTF-8&amp;amp;q=vsftpd+configuration&amp;amp;btnG=Google+Search" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;ie=UTF-8&amp;amp;q=vsftpd+configuration&amp;amp;btnG=Google+Search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 11:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860978#M70829</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-15T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Advice</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860979#M70830</link>
      <description>Looks to me that you want to have one home dir for the users when they login by standard methods, but a root dir different of the homedir if they login by ftp.&lt;BR /&gt;If this indeed your situation, than you should not use real system users, but virtual ftp users, which could of course have different settings. Or in other words, just use a different passwd file for ftp authentication then for system auth.&lt;BR /&gt;&lt;BR /&gt;Alternate ftp servers which are powerfull, secure and configurable , able to run standalone: pure-ftpd and proftpd. By all means, avoid wu-ftpd. It's surname is 'providing root since 1988'. Guess why.</description>
      <pubDate>Wed, 15 Sep 2004 19:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860979#M70830</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2004-09-15T19:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Advice</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860980#M70831</link>
      <description>Oh well, I'd like to use wu-ftpd, but it's too much hassle going through change control procedures!&lt;BR /&gt;&lt;BR /&gt;I ended up using vsftpd with a generic ftp user to achieve what I required.&lt;BR /&gt;&lt;BR /&gt;Thanks for you help guys!</description>
      <pubDate>Tue, 21 Sep 2004 03:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860980#M70831</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-09-21T03:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Advice</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860981#M70832</link>
      <description>.</description>
      <pubDate>Tue, 21 Sep 2004 03:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-advice/m-p/4860981#M70832</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-09-21T03:25:52Z</dc:date>
    </item>
  </channel>
</rss>

