<?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 put problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016215#M129528</link>
    <description>Create a telnet session to the target server. Log in with the user which you use to login with the ftp-session and go the directory in which you want to put a file. Ty touch testfile if this works you have write-permission with this user on the correct directory.</description>
    <pubDate>Mon, 07 Jul 2003 11:16:17 GMT</pubDate>
    <dc:creator>Dagmar Boelen</dc:creator>
    <dc:date>2003-07-07T11:16:17Z</dc:date>
    <item>
      <title>ftp put problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016210#M129523</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;i have a strange problem , i can go a get to a file but a put command is stuck  .&lt;BR /&gt;there isnt any error ( extend of file , zero size )&lt;BR /&gt;&lt;BR /&gt;i m working with hp-ux 11.11 with ftp patch : &lt;BR /&gt;PHNE_23950            1.0            ftpd(1M) patch</description>
      <pubDate>Sun, 06 Jul 2003 11:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016210#M129523</guid>
      <dc:creator>Berson Mark</dc:creator>
      <dc:date>2003-07-06T11:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016211#M129524</link>
      <description>Kind of vague about what you are doing.&lt;BR /&gt;&lt;BR /&gt;If you are having a problem doing a put on the server with the patch and the filesystem is not full, check all filesystems.  Maybe /var is full and the log entry in /var/adm/syslog/syslog.log is full.  Take appropriate action.&lt;BR /&gt;&lt;BR /&gt;You might have a permissions problem on the directory the file is to be placed.  If permissions don't allow write to the user in question, then that should be corrected, though there should be an error.&lt;BR /&gt;&lt;BR /&gt;If this is an isnstallation error for the patch, please post it.&lt;BR /&gt;&lt;BR /&gt;If you are trying to post a patch to an anonymous ftp server, thats kind of a no no, only people with service contracts can do that.  I have guessed what you are actually doing is trying to post the patch for later installation.&lt;BR /&gt;&lt;BR /&gt;If I've guessed correctly perhaps I've posted a solution.&lt;BR /&gt;&lt;BR /&gt;I wasn't in Hogwarts very long and miserably failed Mrs. Trewarlry's class based on "InFogging the Future", so please post a more detailed sequence of events so someone can help you.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 06 Jul 2003 11:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016211#M129524</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-06T11:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016212#M129525</link>
      <description>First question would be "the account does have read -and- write permissions to the directory, right ?", but I guess you checked. I also assume there's enough space left on the filesystem.&lt;BR /&gt;&lt;BR /&gt;Are you trying this with a user account, or with the root account ? If it works with the root account, you can rule out problems with the ftp daemon itself.&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jul 2003 15:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016212#M129525</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2003-07-06T15:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016213#M129526</link>
      <description>Along with permission checks, be sure you know the syntax for put. put normally has two parameers, source and destination. If you just use a single filename, then that name is replicated into the destination field. So far so good except if you put something like /etc/passwd as an ordinary user. The remote system will see /etc/passwd as the destination so an ordinary user will be denied access. And unlike cp, the put command's second parameter must be a filename, not a directory, so "put /etc/passwd /tmp" will also fail.</description>
      <pubDate>Sun, 06 Jul 2003 19:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016213#M129526</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-07-06T19:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016214#M129527</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;All good observations and recommendations previous.   Have you also checked that your source file is greater than zero bytes.&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Mon, 07 Jul 2003 10:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016214#M129527</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2003-07-07T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016215#M129528</link>
      <description>Create a telnet session to the target server. Log in with the user which you use to login with the ftp-session and go the directory in which you want to put a file. Ty touch testfile if this works you have write-permission with this user on the correct directory.</description>
      <pubDate>Mon, 07 Jul 2003 11:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put-problem/m-p/3016215#M129528</guid>
      <dc:creator>Dagmar Boelen</dc:creator>
      <dc:date>2003-07-07T11:16:17Z</dc:date>
    </item>
  </channel>
</rss>

