<?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 ftpaccess in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520029#M219697</link>
    <description>What version are you running ?&lt;BR /&gt;&lt;BR /&gt;Try installing this&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=WUFTPD26" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=WUFTPD26&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Apr 2005 12:32:39 GMT</pubDate>
    <dc:creator>Devesh Pant_1</dc:creator>
    <dc:date>2005-04-07T12:32:39Z</dc:date>
    <item>
      <title>using ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520026#M219694</link>
      <description>hi ppl&lt;BR /&gt;i managed to use ftpaccess file to specified specific umask on upload direcotry using the following line:&lt;BR /&gt;upload /DiskBill/shells/MED/ * yes billday users 0666 dirs&lt;BR /&gt;(user "billday" home directory that defined our nis enviorment is /DiskBill/shells)&lt;BR /&gt;i managed to set the mask of the files created on the user's home directory, and i want now to change the mask of the subdirecotries under this user home directory (in thos example, the  directory DiskBill/shells/MED/).&lt;BR /&gt;is it possible?&lt;BR /&gt;if so, how?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 06:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520026#M219694</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-04-07T06:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: using ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520027#M219695</link>
      <description>Did you put following and try??&lt;BR /&gt;&lt;BR /&gt;upload /DiskBill/shells/MED/ * yes billday users 0666 dirs</description>
      <pubDate>Thu, 07 Apr 2005 06:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520027#M219695</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-07T06:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: using ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520028#M219696</link>
      <description>is.&lt;BR /&gt;it doesn't work.&lt;BR /&gt;it uses the defualt mask of root (as it do without ftpaccess file)&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 07:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520028#M219696</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-04-07T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: using ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520029#M219697</link>
      <description>What version are you running ?&lt;BR /&gt;&lt;BR /&gt;Try installing this&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=WUFTPD26" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=WUFTPD26&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 12:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520029#M219697</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-04-07T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: using ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520030#M219698</link>
      <description>Try puttinh this entry first - upload /DiskBill/shells/MED/ * yes billday users 0666 dirs&lt;BR /&gt;&lt;BR /&gt;and then&lt;BR /&gt;upload /DiskBill/shells * yes billday users 0666 dirs</description>
      <pubDate>Thu, 07 Apr 2005 12:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520030#M219698</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-07T12:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: using ftpaccess</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520031#M219699</link>
      <description>If I understand you correctly you'd like to set permissions on new ftp created directories.&lt;BR /&gt;&lt;BR /&gt;You can use '-u' option to ftpd in /etc/inetd.conf to set new umask (default is 027). This would apply to all ftp directories regardless of location.&lt;BR /&gt;&lt;BR /&gt;Second option is to download WU-FTP 2.6 from &lt;A href="http://www.software.hp.com," target="_blank"&gt;www.software.hp.com,&lt;/A&gt; which has ability to set directory mode in the upload directive via optional d_mode field (see below).&lt;BR /&gt;&lt;BR /&gt;upload root-dir dirglob yes|no owner group mode dirs|nodirs [d_mode]</description>
      <pubDate>Thu, 07 Apr 2005 23:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ftpaccess/m-p/3520031#M219699</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-07T23:10:43Z</dc:date>
    </item>
  </channel>
</rss>

