<?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: ftpaccess ls not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660362#M241985</link>
    <description>Yes ftp access restriction does display&lt;BR /&gt;and when putting files, it is following&lt;BR /&gt;upload configs in ftpaccess that I want&lt;BR /&gt;for perms. 660.&lt;BR /&gt;&lt;BR /&gt;I remeber something about putting ls&lt;BR /&gt;in ftpaccess other than just in usr/bin.&lt;BR /&gt;And something about putting something&lt;BR /&gt;in ./lib for the ftp user to be able to&lt;BR /&gt;run ls. But I'm not sure anymore.&lt;BR /&gt;&lt;BR /&gt;Surely there must be some good examples&lt;BR /&gt;somewhere?</description>
    <pubDate>Sat, 29 Oct 2005 14:08:33 GMT</pubDate>
    <dc:creator>jerry1</dc:creator>
    <dc:date>2005-10-29T14:08:33Z</dc:date>
    <item>
      <title>ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660353#M241976</link>
      <description>I had checked other posts about the problem&lt;BR /&gt;with wu-ftpd restricted user not being able&lt;BR /&gt;to "ls" files in ftp home but I still cannot&lt;BR /&gt;get "ls" to work. The man page is useless.&lt;BR /&gt;&lt;BR /&gt;I put /usr/bin/ls into ftp user home usr/bin.&lt;BR /&gt;&lt;BR /&gt;I have local ftp user account with home having&lt;BR /&gt;/./ in it's path and shell /etc/ftponly.&lt;BR /&gt;/etc/ftponly path is in /etc/shells.&lt;BR /&gt;&lt;BR /&gt;Local group entry in /etc/group entry. &lt;BR /&gt;&lt;BR /&gt;/etc/inetd.conf has ftpd -a -l&lt;BR /&gt;&lt;BR /&gt;Ran inetd -c.&lt;BR /&gt;&lt;BR /&gt;/etc/ftpd/ftpaccess has in it:&lt;BR /&gt;&lt;BR /&gt;loginfails 2&lt;BR /&gt;&lt;BR /&gt;class   all   real,guest,anonymous  *&lt;BR /&gt;&lt;BR /&gt;guestgroup transftp&lt;BR /&gt;&lt;BR /&gt;limit   all   10   Any   /etc/msgs/msg.toomany&lt;BR /&gt;&lt;BR /&gt;readme  README*    login&lt;BR /&gt;readme  README*    cwd=*&lt;BR /&gt;&lt;BR /&gt;message /welcome.msg            login&lt;BR /&gt;message .message                cwd=*&lt;BR /&gt;message .message                login&lt;BR /&gt;&lt;BR /&gt;compress        yes             all&lt;BR /&gt;tar             yes             all&lt;BR /&gt;&lt;BR /&gt;log commands real&lt;BR /&gt;log transfers anonymous,real inbound,outbound&lt;BR /&gt;&lt;BR /&gt;shutdown /etc/shutmsg&lt;BR /&gt;&lt;BR /&gt;upload /share/transfers * yes irvftp2 ftptrans 0660&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2005 15:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660353#M241976</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-28T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660354#M241977</link>
      <description>Did you copy the shared lib as well ? Remember /usr/lbin/ls is a dynamically linked binary.&lt;BR /&gt;&lt;BR /&gt;I would suggest to copy /sbin/ls to /usr/bin/ under user's home directory. This way you dont have to worry about the shared libs.</description>
      <pubDate>Fri, 28 Oct 2005 15:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660354#M241977</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2005-10-28T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660355#M241978</link>
      <description>Already tried /usr/bin/ls /sbin/ls.&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/ls   - ??</description>
      <pubDate>Fri, 28 Oct 2005 16:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660355#M241978</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-28T16:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660356#M241979</link>
      <description>What's interesting is that it looks like&lt;BR /&gt;it is still using /usr/bin/ls.&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; ls -la&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.</description>
      <pubDate>Fri, 28 Oct 2005 16:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660356#M241979</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-28T16:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660357#M241980</link>
      <description>Sorry , /usr/lbin/ls was a typo.&lt;BR /&gt;&lt;BR /&gt;Did you try this&lt;BR /&gt;&lt;BR /&gt;# cd /users/home/dir&lt;BR /&gt;# rm usr/bin/ls&lt;BR /&gt;# cp -p /sbin/ls usr/bin/&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2005 16:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660357#M241980</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2005-10-28T16:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660358#M241981</link>
      <description>Already tried /sbin/ls.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2005 16:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660358#M241981</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-28T16:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660359#M241982</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;does the ftp-user in question have the necessary file access rights for e.g.  usr/bin/ls?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Oct 2005 04:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660359#M241982</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-10-29T04:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660360#M241983</link>
      <description>usr/bin/ls is 555.&lt;BR /&gt;&lt;BR /&gt;Keep in mind that this is &lt;BR /&gt;&lt;BR /&gt;Revision 1.004 Version wuftpd-2.6.1&lt;BR /&gt;&lt;BR /&gt;Under ftp help "ls" is a command option.</description>
      <pubDate>Sat, 29 Oct 2005 12:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660360#M241983</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-29T12:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660361#M241984</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I was wondering whether ftpaccess at all is in effect: when you establish a connection does the system then say "access restrictions apply" if not, the described ftpaccess configuration is disregarded. &lt;BR /&gt;I take take it that your user is a member of transftp?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Sat, 29 Oct 2005 13:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660361#M241984</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-10-29T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660362#M241985</link>
      <description>Yes ftp access restriction does display&lt;BR /&gt;and when putting files, it is following&lt;BR /&gt;upload configs in ftpaccess that I want&lt;BR /&gt;for perms. 660.&lt;BR /&gt;&lt;BR /&gt;I remeber something about putting ls&lt;BR /&gt;in ftpaccess other than just in usr/bin.&lt;BR /&gt;And something about putting something&lt;BR /&gt;in ./lib for the ftp user to be able to&lt;BR /&gt;run ls. But I'm not sure anymore.&lt;BR /&gt;&lt;BR /&gt;Surely there must be some good examples&lt;BR /&gt;somewhere?</description>
      <pubDate>Sat, 29 Oct 2005 14:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660362#M241985</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-29T14:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660363#M241986</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I am out of possibilities, but just wondering whether the inface expects "dir" instead - may sound idiotic, but have you tried?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Sun, 30 Oct 2005 04:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660363#M241986</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-10-30T04:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660364#M241987</link>
      <description>If I do a dir then it shows using /usr/bin/ls.&lt;BR /&gt;&lt;BR /&gt;I can do an nlist which shows a short listing. &lt;BR /&gt;&lt;BR /&gt;I am wondering about the ftpaccess man page about:&lt;BR /&gt;&lt;BR /&gt;lsplain&lt;BR /&gt;lslong&lt;BR /&gt;lsshort&lt;BR /&gt;&lt;BR /&gt;It states that /usr/bin/ls can be switched&lt;BR /&gt;to use another path for ls. But I can't get&lt;BR /&gt;that to work either.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Oct 2005 11:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660364#M241987</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-30T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660365#M241988</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;last attempt: you state that usr/bin/ls permissions are 555, but does the user in question have execute permissions for the usr and usr/bin dirs (I think that is necessary)?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Oct 2005 13:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660365#M241988</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-10-30T13:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660366#M241989</link>
      <description>Yes, 555. I copied all the libs too.</description>
      <pubDate>Sun, 30 Oct 2005 17:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660366#M241989</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-10-30T17:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftpaccess ls not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660367#M241990</link>
      <description>The solution is to put ls in the directory&lt;BR /&gt;before the /./ in the home path.&lt;BR /&gt;&lt;BR /&gt;So with /home/./ftp&lt;BR /&gt;&lt;BR /&gt;ls goes in /home/usr/bin/ls.&lt;BR /&gt;&lt;BR /&gt;And add in /etc/ftpd/ftpaccess&lt;BR /&gt;&lt;BR /&gt;lslong /usr/bin/ls -la&lt;BR /&gt;lsshort /usr/bin/ls&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2005 16:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftpaccess-ls-not-working/m-p/3660367#M241990</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2005-11-08T16:39:18Z</dc:date>
    </item>
  </channel>
</rss>

