<?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: permission question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530259#M868451</link>
    <description>Please try the ff:  it worked for me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# chmod -R 755 testdir&lt;BR /&gt;# ftp server&lt;BR /&gt;ftp&amp;gt; pwd&lt;BR /&gt;257 "/home/fhalili/testdir" is current directory.&lt;BR /&gt;ftp&amp;gt; lcd /tmp&lt;BR /&gt;Local directory now /tmp&lt;BR /&gt;ftp&amp;gt; get top1.txt&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening BINARY mode data connection for top1.txt (1902 bytes).&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;1902 bytes received in 0.00 seconds (3829.74 Kbytes/s)&lt;BR /&gt;ftp&amp;gt; bye&lt;BR /&gt;221 Goodbye.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- fnhalili&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 18 May 2001 15:16:44 GMT</pubDate>
    <dc:creator>f. halili</dc:creator>
    <dc:date>2001-05-18T15:16:44Z</dc:date>
    <item>
      <title>permission question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530253#M868445</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to ftp some files from one system to another and I am getting a permission denied message. The file has 755 permission and I am the owner of the file. Any help will be greatly appreciated.</description>
      <pubDate>Fri, 18 May 2001 14:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530253#M868445</guid>
      <dc:creator>Andy_9</dc:creator>
      <dc:date>2001-05-18T14:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: permission question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530254#M868446</link>
      <description>The file is of root:sys and you is anonymous:anonymous?</description>
      <pubDate>Fri, 18 May 2001 14:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530254#M868446</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-18T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: permission question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530255#M868447</link>
      <description>Hi Andy,&lt;BR /&gt;&lt;BR /&gt;You need to check the permissions of the destination directory on the remote end.&lt;BR /&gt;You will need write permission in it and at least search permission for the directory path down to it.&lt;BR /&gt;Obviously, you must look at this from the perspective of the user you are ftp'ed in as.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2001 14:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530255#M868447</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-18T14:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: permission question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530256#M868448</link>
      <description>This doesn't seem to work. I have changed the owner to myself - Andy. The group is still sys. The file permission is 644. Thanks for any help.</description>
      <pubDate>Fri, 18 May 2001 14:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530256#M868448</guid>
      <dc:creator>Andy_9</dc:creator>
      <dc:date>2001-05-18T14:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: permission question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530257#M868449</link>
      <description>Hi Andy,&lt;BR /&gt;&lt;BR /&gt;Make the following test :&lt;BR /&gt;- Keeps in your mind the old permissios of the destination  directory.&lt;BR /&gt;- Change the permissions of the destination directory to 777 ( chmod 777 . - in the destination directory.&lt;BR /&gt;After this , try tranfers files. OK.&lt;BR /&gt;Later, return for the original permissions.&lt;BR /&gt;&lt;BR /&gt;I hope help you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Abel Berger</description>
      <pubDate>Fri, 18 May 2001 14:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530257#M868449</guid>
      <dc:creator>Abel Berger</dc:creator>
      <dc:date>2001-05-18T14:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: permission question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530258#M868450</link>
      <description>Hi Andy:&lt;BR /&gt;&lt;BR /&gt;'ftp' returns error numbers and text.  What number (should be a 3-digit one) are you getting if you do the transfer interactively?&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 18 May 2001 15:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530258#M868450</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-18T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: permission question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530259#M868451</link>
      <description>Please try the ff:  it worked for me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# chmod -R 755 testdir&lt;BR /&gt;# ftp server&lt;BR /&gt;ftp&amp;gt; pwd&lt;BR /&gt;257 "/home/fhalili/testdir" is current directory.&lt;BR /&gt;ftp&amp;gt; lcd /tmp&lt;BR /&gt;Local directory now /tmp&lt;BR /&gt;ftp&amp;gt; get top1.txt&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening BINARY mode data connection for top1.txt (1902 bytes).&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;1902 bytes received in 0.00 seconds (3829.74 Kbytes/s)&lt;BR /&gt;ftp&amp;gt; bye&lt;BR /&gt;221 Goodbye.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- fnhalili&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2001 15:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-question/m-p/2530259#M868451</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-05-18T15:16:44Z</dc:date>
    </item>
  </channel>
</rss>

