<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217021#M900232</link>
    <description>By the way mkd also should work with ftp. For that matter you can give the first few letters of any command to get it working in ftp. Are you using any third party ftp utils??&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
    <pubDate>Fri, 12 Mar 2004 06:22:35 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2004-03-12T06:22:35Z</dc:date>
    <item>
      <title>ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217015#M900226</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have meet a problem when I make a directory via ftp using MKD. It failed to execute since I haven't set umask, isn't it? &lt;BR /&gt;&lt;BR /&gt;# ftp&amp;gt; MKD ama&lt;BR /&gt;# ?Invalid command&lt;BR /&gt;&lt;BR /&gt;Do anyone have an idea to solve it out with me, many thx.&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Fri, 12 Mar 2004 04:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217015#M900226</guid>
      <dc:creator>Achilles_2</dc:creator>
      <dc:date>2004-03-12T04:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217016#M900227</link>
      <description>You need to use "mkdir" command.&lt;BR /&gt;You can get the ftp help by "help" command.</description>
      <pubDate>Fri, 12 Mar 2004 05:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217016#M900227</guid>
      <dc:creator>Uday Kiran Jonnala</dc:creator>
      <dc:date>2004-03-12T05:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217017#M900228</link>
      <description>Well, try "mkdir" instead.  Probably won't make a difference but it's worth a try.  Other than that, have a look at /etc/ftpd/ftpaccess and see if the problem is there.</description>
      <pubDate>Fri, 12 Mar 2004 05:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217017#M900228</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-12T05:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217018#M900229</link>
      <description>My software defines MKD instead of mkdir, so I need to change the configuration in server side. I try to /etc/inetd.conf &lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l -u 002&lt;BR /&gt;&lt;BR /&gt;Is it correct?&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Fri, 12 Mar 2004 05:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217018#M900229</guid>
      <dc:creator>Achilles_2</dc:creator>
      <dc:date>2004-03-12T05:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217019#M900230</link>
      <description>Is your software client side? If so I assume it's really running the mkdir command on the server. &lt;BR /&gt;&lt;BR /&gt;With regards to the change for -u, log in and transfer a file and then check the permissions of the file you created with "ls".&lt;BR /&gt;&lt;BR /&gt;To check what commands the ftp server accepts type help at the ftp&amp;gt; prompt.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Fri, 12 Mar 2004 06:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217019#M900230</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2004-03-12T06:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217020#M900231</link>
      <description>Sorry forgot umask 002 will create files that are rw-rw-r--&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Fri, 12 Mar 2004 06:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217020#M900231</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2004-03-12T06:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217021#M900232</link>
      <description>By the way mkd also should work with ftp. For that matter you can give the first few letters of any command to get it working in ftp. Are you using any third party ftp utils??&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Fri, 12 Mar 2004 06:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3217021#M900232</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-12T06:22:35Z</dc:date>
    </item>
  </channel>
</rss>

