<?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 wu-ftp server problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443271#M8442</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to setup a wu-ftp server on a unix server, 11.0.   I have setup a user in /etc/passwd as follows:&lt;BR /&gt;&lt;BR /&gt;lion:*:102:20:,,,:/home/ftp/lion:/etc/ftponly&lt;BR /&gt;&lt;BR /&gt;following the instructions on the &lt;A href="http://www.wu-ftpd.org/HOWTO/guest.HOWTO" target="_blank"&gt;www.wu-ftpd.org/HOWTO/guest.HOWTO&lt;/A&gt; website.    &lt;BR /&gt;&lt;BR /&gt;However, when I ftp to the server with this login, the chroot command does not work.     The login can cd to other directories.  &lt;BR /&gt;&lt;BR /&gt;At this point of re-reading the HOW-TO guide a bit too many times, suggestions on what I can check are more than welcome.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Sep 2000 21:26:55 GMT</pubDate>
    <dc:creator>Youlette Etienne_2</dc:creator>
    <dc:date>2000-09-06T21:26:55Z</dc:date>
    <item>
      <title>wu-ftp server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443271#M8442</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to setup a wu-ftp server on a unix server, 11.0.   I have setup a user in /etc/passwd as follows:&lt;BR /&gt;&lt;BR /&gt;lion:*:102:20:,,,:/home/ftp/lion:/etc/ftponly&lt;BR /&gt;&lt;BR /&gt;following the instructions on the &lt;A href="http://www.wu-ftpd.org/HOWTO/guest.HOWTO" target="_blank"&gt;www.wu-ftpd.org/HOWTO/guest.HOWTO&lt;/A&gt; website.    &lt;BR /&gt;&lt;BR /&gt;However, when I ftp to the server with this login, the chroot command does not work.     The login can cd to other directories.  &lt;BR /&gt;&lt;BR /&gt;At this point of re-reading the HOW-TO guide a bit too many times, suggestions on what I can check are more than welcome.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 21:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443271#M8442</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2000-09-06T21:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: wu-ftp server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443272#M8443</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See if this document helps: #A5651654.  It's relative to 11.0 FTP features.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 06 Sep 2000 22:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443272#M8443</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-06T22:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: wu-ftp server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443273#M8444</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to include '/./' somewhere in the user's homedir to indicate the directiry to chroot to.&lt;BR /&gt;&lt;BR /&gt;From the document you reference:&lt;BR /&gt;&lt;BR /&gt;mort:*:403:400:MortimerSnerd:/home/web/mort/./:/etc/ftponly&lt;BR /&gt;                                           &lt;BR /&gt;The /./ sequence determines where the chroot() is done to.  If you want the chroot() one to the web directory and a chdir() to mort, it would look like this:&lt;BR /&gt;mort:*:403:400:MortimerSnerd:/home/web/./mort/:/etc/ftponly&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rik</description>
      <pubDate>Thu, 07 Sep 2000 04:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443273#M8444</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-09-07T04:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: wu-ftp server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443274#M8445</link>
      <description>Thanks for your help.   I was finally able to get the chroot working.  I found a document on #A5651654 (docid: kbrc00000642) that was helpful, combined with the HOWTO guide.  &lt;BR /&gt;&lt;BR /&gt;Also, thanks to Paul Hite for the 'ls' not working solution, that was posted on a previous forum.  I needed to copy /sbin/ls, not usr/bin/ls.</description>
      <pubDate>Thu, 07 Sep 2000 21:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wu-ftp-server-problem/m-p/2443274#M8445</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2000-09-07T21:09:01Z</dc:date>
    </item>
  </channel>
</rss>

