<?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: Using FTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739341#M67309</link>
    <description />
    <pubDate>Thu, 06 Jun 2002 16:39:08 GMT</pubDate>
    <dc:creator>Mladen Despic</dc:creator>
    <dc:date>2002-06-06T16:39:08Z</dc:date>
    <item>
      <title>Using FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739340#M67308</link>
      <description>&lt;BR /&gt;Dear friends&lt;BR /&gt;&lt;BR /&gt;I need to give access ftp to an user who daily makes download of some archives in the HP server. I need that it does not obtain to dislocate itself among other directories that not your home directory. How I can make this? I tried to use rsh, but the ftp does not respect shell restricted.&lt;BR /&gt;&lt;BR /&gt;I thank any idea.&lt;BR /&gt;&lt;BR /&gt;Wagner</description>
      <pubDate>Thu, 06 Jun 2002 16:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739340#M67308</guid>
      <dc:creator>Wagner Villela</dc:creator>
      <dc:date>2002-06-06T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739341#M67309</link>
      <description />
      <pubDate>Thu, 06 Jun 2002 16:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739341#M67309</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2002-06-06T16:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739342#M67310</link>
      <description>Hi Wagner,&lt;BR /&gt;&lt;BR /&gt;If you are running 11.0, try ftpaccess. Do "man ftpaccess" for more info on the options with ftpaccess.&lt;BR /&gt;&lt;BR /&gt;Try this link on how to etup ftpaccess on your system,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=500000000092476" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=500000000092476&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jun 2002 16:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739342#M67310</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-06T16:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739343#M67311</link>
      <description>&lt;BR /&gt;Mlden&lt;BR /&gt;&lt;BR /&gt;Problem 100% fixed.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 06 Jun 2002 17:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739343#M67311</guid>
      <dc:creator>Wagner Villela</dc:creator>
      <dc:date>2002-06-06T17:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739344#M67312</link>
      <description>ftpaccess has nothing to do with your needs!&lt;BR /&gt;&lt;BR /&gt;I'll simplify the process for you.  &lt;BR /&gt;1st change the users shell to '/usr/bin/false'&lt;BR /&gt;2nd  create a file /etc/shells containing the following&lt;BR /&gt;/usr/bin/false&lt;BR /&gt;/bin/sh&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/bin/ksh&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/bin/csh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;&lt;BR /&gt;Now the user can FTP only to the system.&lt;BR /&gt;Next,&lt;BR /&gt;change the users home directory to /home/./user&lt;BR /&gt;the /./ indicates to wu-ftpd where to chroot a user to.&lt;BR /&gt;in the /./ directory you will need a bin direcory wich mod 555.&lt;BR /&gt;copy the fillowing files to that bin directory&lt;BR /&gt;/sbin/ls&lt;BR /&gt;/sbin/tar&lt;BR /&gt;Now in your /./bin directory type &lt;BR /&gt;ln -s ./ls ./dir&lt;BR /&gt;&lt;BR /&gt;That's it, your all done!&lt;BR /&gt;There is oodles of other information on the site for anonymous FTP and wu-ftpd so feel free to look.&lt;BR /&gt;&lt;BR /&gt;NOTE: 10.20 shipped with Fort Knox proxy which does not support chroot'ed environments.&lt;BR /&gt;As 2 ftp servers are supported in hp-ux 11.x make sure you have wu-ftpd installed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 02 Oct 2002 14:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftp/m-p/2739344#M67312</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-10-02T14:24:37Z</dc:date>
    </item>
  </channel>
</rss>

