<?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: question about ftpaccess in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529073#M221192</link>
    <description>ftpd tries to execute /usr/bin/ls, however, as other people indicated, it does chroot() to user's home directory so it would look for /usr/bin/ls relative to that.&lt;BR /&gt;&lt;BR /&gt;If user's home directory is /home/user, ftpd looks for ls in /home/user/usr/bin/ls.&lt;BR /&gt;&lt;BR /&gt;/home/user/usr/bin/ls cannot be symbolic link as ftpd cannot access anything below /home/user (due to chroot()).&lt;BR /&gt;&lt;BR /&gt;You have to copy /sbin/ls (statically linked ls) to /home/user/usr/bin/ls for this to make it work.</description>
    <pubDate>Thu, 21 Apr 2005 19:06:49 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2005-04-21T19:06:49Z</dc:date>
    <item>
      <title>question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529066#M221185</link>
      <description>hi everyone,&lt;BR /&gt;i have enabled ftpaccess in my system in order to restrict some logins to my server.&lt;BR /&gt;since then, when allowed user connect to my server, he's able to put and get files from my server, but, when he issue "ls" command he sees nothing.&lt;BR /&gt;i couldn't find where i grant ls permission to users in ftpaccess.&lt;BR /&gt;when i cancel usage of ftpaccess (by removing 'a' flag from ftpd entry in inetd.conf) - it's working.&lt;BR /&gt;i'm using wuftpd-2.6.1 on HPUX 11.11 PA-Risc.&lt;BR /&gt;thanks ppl</description>
      <pubDate>Thu, 21 Apr 2005 01:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529066#M221185</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-04-21T01:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529067#M221186</link>
      <description>What is the contents of your /etc/ftpd/ftpaccess file ?</description>
      <pubDate>Thu, 21 Apr 2005 03:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529067#M221186</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-04-21T03:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529068#M221187</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;may i know what you mean "sees nothing"? have u restricted directory access for that the user?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 21 Apr 2005 03:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529068#M221187</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-04-21T03:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529069#M221188</link>
      <description>another question is whether u have provided ls command in the home directory of the user?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 21 Apr 2005 03:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529069#M221188</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-04-21T03:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529070#M221189</link>
      <description>You need to make a bin dir in the home dir of the guest account and put ls in it. Because ftp chroot to the homedir, the user cant access the ls that is in /bin.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Thu, 21 Apr 2005 03:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529070#M221189</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-04-21T03:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529071#M221190</link>
      <description>hi everyone and thanks&lt;BR /&gt;the user entry in the fstab is:&lt;BR /&gt;reuven:AxMYOlOJEDxpA:200:20:global user for reuven:/vendor_1/DEALERS/storage/DEA&lt;BR /&gt;L_SND/peldlr/./:/bin/ksh&lt;BR /&gt;&lt;BR /&gt;attached ftpaccess file&lt;BR /&gt;ll /etc/ftpd/ftpaccess:&lt;BR /&gt;-rw-r-----   1 bin        bin           2457 Apr 21 09:11 /etc/ftpd/ftpaccess&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Apr 2005 06:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529071#M221190</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-04-21T06:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529072#M221191</link>
      <description>hi,&lt;BR /&gt;the user has ls command in his home directory (link points to /bin/ls)&lt;BR /&gt;furthermore, the client output:&lt;BR /&gt;ftp&amp;gt; ls&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening ASCII mode data connection for /usr/bin/ls.&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;indicates that he uses /usr/bin/ls, that exists and working.&lt;BR /&gt;also, after removing 'a' flag from ftpd (disable use of ftpaccess) - it works.&lt;BR /&gt;itai&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Apr 2005 06:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529072#M221191</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-04-21T06:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529073#M221192</link>
      <description>ftpd tries to execute /usr/bin/ls, however, as other people indicated, it does chroot() to user's home directory so it would look for /usr/bin/ls relative to that.&lt;BR /&gt;&lt;BR /&gt;If user's home directory is /home/user, ftpd looks for ls in /home/user/usr/bin/ls.&lt;BR /&gt;&lt;BR /&gt;/home/user/usr/bin/ls cannot be symbolic link as ftpd cannot access anything below /home/user (due to chroot()).&lt;BR /&gt;&lt;BR /&gt;You have to copy /sbin/ls (statically linked ls) to /home/user/usr/bin/ls for this to make it work.</description>
      <pubDate>Thu, 21 Apr 2005 19:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529073#M221192</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-21T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: question about ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529074#M221193</link>
      <description>home user directory is on another phyisical disk, so i can't staticly link.&lt;BR /&gt;after copy '/bin/ls' (and some shared libaries as well) it's working.&lt;BR /&gt;thanks a lot!&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Apr 2005 05:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-ftpaccess/m-p/3529074#M221193</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-04-22T05:07:13Z</dc:date>
    </item>
  </channel>
</rss>

