<?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: FTP file permission. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456388#M359488</link>
    <description>&lt;!--!*#--&gt;I am trying with the command- "remote site chmod 666 dd.txt"&lt;BR /&gt;  But its not working....Please check the attached output.&lt;BR /&gt;&lt;BR /&gt;  Davis &lt;BR /&gt;</description>
    <pubDate>Thu, 09 Jul 2009 12:35:56 GMT</pubDate>
    <dc:creator>Davis Paul</dc:creator>
    <dc:date>2009-07-09T12:35:56Z</dc:date>
    <item>
      <title>FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456384#M359484</link>
      <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;  I need to ftp one file from my windows system  to HP-UX machine, and how can I set the 777 permission for that file?  In ftp prompt ‘ remote site chmod 777 &lt;FILENAME&gt; ’ is not working with me. Any hind to achieve this will be highly appreciated.&lt;BR /&gt;    Thanks in Advance,&lt;BR /&gt;    Davis Paul.&lt;BR /&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 09 Jul 2009 08:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456384#M359484</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2009-07-09T08:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456385#M359485</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;At the time of ftping you cannot change the file permission into 777, for that you need to login and use chmod command.&lt;BR /&gt;&lt;BR /&gt;or you can set umask 000 to get the file permisson value 777&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 09 Jul 2009 08:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456385#M359485</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-07-09T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456386#M359486</link>
      <description>Hi Davis,&lt;BR /&gt;&lt;BR /&gt;You need to set/change the umask value in inetd.conf file like below.&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -u 000&lt;BR /&gt;&lt;BR /&gt;#inetd -c&lt;BR /&gt;&lt;BR /&gt;But note that, files will get only 666 only directories will get 777</description>
      <pubDate>Thu, 09 Jul 2009 09:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456386#M359486</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-09T09:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456387#M359487</link>
      <description>chmod will not work in windows.&lt;BR /&gt;you can set umask value 000 to users profile in HPUX to create files and folders with maximum permission and then logout and login again, but it will also make files with the permission of 666 through normal user login into HPUX server and 640 with ftp from windows.&lt;BR /&gt;&lt;BR /&gt;you have to be change the file permission from HPUX with chmod command according to your requirement.</description>
      <pubDate>Thu, 09 Jul 2009 09:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456387#M359487</guid>
      <dc:creator>sarfaraj ahmad</dc:creator>
      <dc:date>2009-07-09T09:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456388#M359488</link>
      <description>&lt;!--!*#--&gt;I am trying with the command- "remote site chmod 666 dd.txt"&lt;BR /&gt;  But its not working....Please check the attached output.&lt;BR /&gt;&lt;BR /&gt;  Davis &lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jul 2009 12:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456388#M359488</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2009-07-09T12:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456389#M359489</link>
      <description>&lt;!--!*#--&gt;Does your FTP client want:&lt;BR /&gt;      remote site chmod 777 &lt;FILENAME&gt;&lt;BR /&gt;or:&lt;BR /&gt;      site chmod 777 &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Is chmod enabled on the server?&lt;BR /&gt;&lt;BR /&gt;      man ftpaccess&lt;BR /&gt;&lt;BR /&gt;(Look for "Permission Capabilities".)&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 09 Jul 2009 13:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456389#M359489</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-07-09T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456390#M359490</link>
      <description>&lt;!--!*#--&gt;This is the content of ftpacces file.&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------------&lt;BR /&gt;# all the following default to "yes" for everybody&lt;BR /&gt;delete          no      guest,anonymous         # delete permission?&lt;BR /&gt;overwrite       no      guest,anonymous         # overwrite permission?&lt;BR /&gt;rename                  no              guest,anonymous # rename permission?&lt;BR /&gt;chmod           yes      anonymous               # chmod permission?&lt;BR /&gt;umask           yes      anonymous               # umask permission?&lt;BR /&gt;mkd             no      guest,anonymous,ftpguest&lt;BR /&gt;------------------------------------------------------------</description>
      <pubDate>Wed, 15 Jul 2009 06:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456390#M359490</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2009-07-15T06:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456391#M359491</link>
      <description>Dear Davis,&lt;BR /&gt;&lt;BR /&gt;On windows you can use the below command to change the umask .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; quote site umask 000&lt;BR /&gt;&lt;BR /&gt;example:-&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; quote site umask 222&lt;BR /&gt;200 UMASK set to 222 (was 000)&lt;BR /&gt;ftp&amp;gt; put profile&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening ASCII mode data connection for profile.&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;ftp: 2605 bytes sent in 0.00Seconds 2605000.00Kbytes/sec.&lt;BR /&gt;ftp&amp;gt; bye&lt;BR /&gt;221 Goodbye.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aneesh</description>
      <pubDate>Wed, 15 Jul 2009 07:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456391#M359491</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2009-07-15T07:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456392#M359492</link>
      <description>&lt;!--!*#--&gt;Some basic information might be useful.  For&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I need to ftp one file from my windows&lt;BR /&gt;&amp;gt; system  to HP-UX machine, [...]&lt;BR /&gt;&lt;BR /&gt;Which system is the FTP client, and which is&lt;BR /&gt;the server?&lt;BR /&gt;&lt;BR /&gt;HP-UX version?  ("uname -a".)&lt;BR /&gt;&lt;BR /&gt;Are you using anonymous FTP or a real user&lt;BR /&gt;name and password?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; chmod           yes      anonymous               # chmod permission?&lt;BR /&gt;&amp;gt; umask           yes      anonymous               # umask permission?&lt;BR /&gt;&lt;BR /&gt;These seem to grant chmod and umask&lt;BR /&gt;permission to "anonymous" users, but not to&lt;BR /&gt;"real" users.&lt;BR /&gt;&lt;BR /&gt;      man ftpaccess</description>
      <pubDate>Wed, 15 Jul 2009 10:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456392#M359492</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-07-15T10:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456393#M359493</link>
      <description>Why would you EVER want 777 permissions? If these are data files, never give execute permission to such files. 777 will cause problems and that's why the default for umask 000 is 666 for files. Only directories will be created with 777 using umask=000.&lt;BR /&gt; &lt;BR /&gt;666 is almost as bad. It means that every user on the system has the right to destroy and corrupt the data inside the file. Files should be sent to the correct user and assigned proper permissions such as 600 or 640. Allowing anyone except the owner to read or write the file is asking for trouble.</description>
      <pubDate>Wed, 15 Jul 2009 16:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456393#M359493</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-07-15T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP file permission.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456394#M359494</link>
      <description>&lt;!--!*#--&gt;Steven Schweda,&lt;BR /&gt;ftp client :- windows machine.&lt;BR /&gt;ftp server :-HP-UX machine.&lt;BR /&gt;Version:-&lt;BR /&gt;  HP-UX  B.11.31 U ia64 3370267362 unlimited-user license&lt;BR /&gt;  Using real user and password for ftp file transfer. I have edited the ftp access file as follows:&lt;BR /&gt;chmod           yes      root               # chmod permission?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Davis Paul&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Jul 2009 07:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-file-permission/m-p/4456394#M359494</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2009-07-19T07:25:01Z</dc:date>
    </item>
  </channel>
</rss>

