<?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: anon ftp issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311025#M339409</link>
    <description>if you followed the steps in "man ftpd", then "cd pub" before you put the file and see what happens.&lt;BR /&gt;&lt;BR /&gt;the base directory is not writeable (and shouldn't be), as explained in the man pages</description>
    <pubDate>Fri, 21 Nov 2008 17:55:27 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2008-11-21T17:55:27Z</dc:date>
    <item>
      <title>anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311023#M339407</link>
      <description>I'm trying to connect to a hp server as anon ftp - access is fine .but not able to upload any file ..as the below error message - anu idea - Thanks&lt;BR /&gt;&lt;BR /&gt;257 "/" is current directory.&lt;BR /&gt;ftp&amp;gt; put ypservers&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;553 ypse: Permission denied on server. (Upload)&lt;BR /&gt;ftp&amp;gt; o&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 17:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311023#M339407</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-11-21T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311024#M339408</link>
      <description>Looks like you don't have write access to the directory you are trying to upload to.</description>
      <pubDate>Fri, 21 Nov 2008 17:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311024#M339408</guid>
      <dc:creator>Autocross.US</dc:creator>
      <dc:date>2008-11-21T17:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311025#M339409</link>
      <description>if you followed the steps in "man ftpd", then "cd pub" before you put the file and see what happens.&lt;BR /&gt;&lt;BR /&gt;the base directory is not writeable (and shouldn't be), as explained in the man pages</description>
      <pubDate>Fri, 21 Nov 2008 17:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311025#M339409</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-11-21T17:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311026#M339410</link>
      <description>i did cd pub ..but still the same error&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 18:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311026#M339410</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-11-21T18:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311027#M339411</link>
      <description>There could be two reasons.&lt;BR /&gt;&lt;BR /&gt;1. There is already a same file exists there with permission not available to you.&lt;BR /&gt;&lt;BR /&gt;2. You need to add the ftp's shell name to file /etc/shells, which might need to be created by you as 644 owned by root:sys.</description>
      <pubDate>Fri, 21 Nov 2008 22:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311027#M339411</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2008-11-21T22:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311028#M339412</link>
      <description>&amp;gt; [...] a hp server [...]&lt;BR /&gt;&lt;BR /&gt;This is not a useful description of the&lt;BR /&gt;system or its operating system.  "uname -a"?&lt;BR /&gt;(Or of its FTP server.)&lt;BR /&gt;&lt;BR /&gt;Knowing nothing, I'd guess that your FTP&lt;BR /&gt;server is affected by a configuration file,&lt;BR /&gt;like /etc/ftpd/ftpaccess.  "man ftpd"?&lt;BR /&gt;&lt;BR /&gt;What's in _your_ ftpaccess file?&lt;BR /&gt;&lt;BR /&gt;Conventionally, anonymous FTP servers do not&lt;BR /&gt;allow anyone on the planet to upload files&lt;BR /&gt;to them.  "man ftpaccess", look for "upload"?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Looks like you don't have write access to&lt;BR /&gt;&amp;gt; the directory you are trying to upload to.&lt;BR /&gt;&lt;BR /&gt;It probably does look like that, but an&lt;BR /&gt;anonymous FTP user is actually anonymous, so&lt;BR /&gt;the ordinary (user/group-based) permissions&lt;BR /&gt;do not apply in the usual way in this case.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There could be two reasons.&lt;BR /&gt;&lt;BR /&gt;There could be many other reasons, too, many&lt;BR /&gt;of which are more likely than these two.</description>
      <pubDate>Sat, 22 Nov 2008 01:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311028#M339412</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-22T01:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311029#M339413</link>
      <description>If it the reason 2 as I said, it will be stated in syslog.log</description>
      <pubDate>Sat, 22 Nov 2008 02:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311029#M339413</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2008-11-22T02:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311030#M339414</link>
      <description>&amp;gt; If it the reason 2 as I said, it will be&lt;BR /&gt;&amp;gt; stated in syslog.log&lt;BR /&gt;&lt;BR /&gt;If it were the reason 2 as you said, then how&lt;BR /&gt;would the user get logged in in the first&lt;BR /&gt;place?&lt;BR /&gt;&lt;BR /&gt;Reason 1 as you said is about as likely as&lt;BR /&gt;reason 2.  Have you ever observed this error&lt;BR /&gt;message as the result of trying to overwrite&lt;BR /&gt;an existing file?  (I haven't.)&lt;BR /&gt;&lt;BR /&gt;A Google search for the error message&lt;BR /&gt;(quoted) should find several discussions of&lt;BR /&gt;the actual problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It might also be useful to show an "ls -l"&lt;BR /&gt;report for the "~ftp" directory.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 257 "/" is current directory.&lt;BR /&gt;&amp;gt; ftp&amp;gt; put ypservers&lt;BR /&gt;&lt;BR /&gt;Also, it's unusual to allow uploads to the&lt;BR /&gt;anonymous FTP "/" directory.  ("/incoming" is&lt;BR /&gt;more common.  "/incoming" is also one of the&lt;BR /&gt;first places which common FTP server attacks&lt;BR /&gt;will try, so I would avoid that name.)</description>
      <pubDate>Sat, 22 Nov 2008 03:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311030#M339414</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-22T03:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: anon ftp issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311031#M339415</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Reason 1 as you said is about as likely as&lt;BR /&gt;&amp;gt; reason 2. Have you ever observed this error&lt;BR /&gt;&amp;gt; message as the result of trying to overwrite&lt;BR /&gt;&amp;gt; an existing file? (I haven't.)&lt;BR /&gt;&lt;BR /&gt;In fact, if you have an (enabled) ftpaccess&lt;BR /&gt;file, you _can_ get this one:&lt;BR /&gt;&lt;BR /&gt;553 &lt;FILE_NAME&gt;: Permission denied. (Overwrite)&lt;BR /&gt;&lt;BR /&gt;One way (perhaps the only way) to get this&lt;BR /&gt;one:&lt;BR /&gt;&lt;BR /&gt;553 &lt;FILE_NAME&gt;: Permission denied. (Upload)&lt;BR /&gt;&lt;BR /&gt;is to have an (enabled) ftpaccess file, but&lt;BR /&gt;not to have an appropriate "upload" directive&lt;BR /&gt;in it for the destination directory.&lt;BR /&gt;(Without an (enabled) ftpaccess file, the&lt;BR /&gt;"(Upload)" part of that message tends to be&lt;BR /&gt;missing, so I'd guess that we have one.)&lt;BR /&gt;&lt;BR /&gt;Also interesting:&lt;BR /&gt;    grep '^ftp' /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;"-a" can be useful.  ("man ftpd", again.)&lt;BR /&gt;But, as I said, the messages suggest that&lt;BR /&gt;we're using an ftpaccess file, so I wouldn't&lt;BR /&gt;expect that to be the problem here.&lt;BR /&gt;&lt;BR /&gt;Without an (enabled) ftpaccess file,&lt;BR /&gt;overwrites are permitted, and a permission&lt;BR /&gt;(or owner) problem on the destination&lt;BR /&gt;directory gives an error message without the&lt;BR /&gt;"(Upload)", like:&lt;BR /&gt;&lt;BR /&gt;553 &lt;FILE_NAME&gt;: Permission denied.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But, hey.  Show me some evidence instead of&lt;BR /&gt;pontificating stuff which I can't believe,&lt;BR /&gt;and you might persuade me that you know more&lt;BR /&gt;than you seem to.&lt;/FILE_NAME&gt;&lt;/FILE_NAME&gt;&lt;/FILE_NAME&gt;</description>
      <pubDate>Sat, 22 Nov 2008 04:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anon-ftp-issue/m-p/4311031#M339415</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-22T04:19:57Z</dc:date>
    </item>
  </channel>
</rss>

