<?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: Native::SFTP::Foreign ERROR: (Network failure / Write permission denied?) Fail to transfer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521608#M729607</link>
    <description>You need check your "pam_configuration:  &lt;BR /&gt;&lt;BR /&gt;Couldn't setstat remote file (fsetstat): The requested operation&lt;BR /&gt;    cannot be performed because there is a file transfer in progress.&lt;BR /&gt;&lt;BR /&gt;Ans: Try passing the late_set_perm option to the put method:&lt;BR /&gt;&lt;BR /&gt;  $sftp-&amp;gt;put($local, $remote, late_set_perm =&amp;gt; 1)&lt;BR /&gt;     or die "unable to transfer file: " . $sftp-&amp;gt;error;&lt;BR /&gt;&lt;BR /&gt;Some servers do not support the fsetstat method on open file handles. Setting this flag allows to delay that operation until the file has been completely transferred and the remote file handle closed.&lt;BR /&gt;&lt;BR /&gt;Send me a bug report containing a dump of your $sftp object so I can add code for your particular server software to activate the work-around automatically.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Johnson</description>
    <pubDate>Wed, 28 Oct 2009 00:28:58 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2009-10-28T00:28:58Z</dc:date>
    <item>
      <title>Native::SFTP::Foreign ERROR: (Network failure / Write permission denied?) Fail to transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521605#M729604</link>
      <description>I have switched my native::sftp connection to native::sftp::foreign. For some IPs the transfer is ok. I am able to transfer files but for some IPs I am recieving the following error:-&lt;BR /&gt;ERROR: (Network failure / Write permission denied?) Fail to transfer test1.xml&lt;BR /&gt;This file is getting transferred with normal native-sftp.&lt;BR /&gt;Please let me know if anyone can provide some information on this.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Oct 2009 07:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521605#M729604</guid>
      <dc:creator>rekha123</dc:creator>
      <dc:date>2009-10-27T07:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Native::SFTP::Foreign ERROR: (Network failure / Write permission denied?) Fail to transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521606#M729605</link>
      <description>Above error, Could be many reason&lt;BR /&gt;&lt;BR /&gt;1. Could be restriction on both source and target.&lt;BR /&gt;(deny sftp for other networks segments)&lt;BR /&gt;&lt;BR /&gt;2. Write permission denied&lt;BR /&gt;&lt;BR /&gt;Anynomus ftp account also can show above error (becoz only particular ftpgroup can only write )</description>
      <pubDate>Tue, 27 Oct 2009 07:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521606#M729605</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-10-27T07:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Native::SFTP::Foreign ERROR: (Network failure / Write permission denied?) Fail to transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521607#M729606</link>
      <description>After connecting to the box through native sftp foreign i am recieving the following error&lt;BR /&gt;Couldn't setstat remote file (fsetstat): Permission denied&lt;BR /&gt;Do you have an idea of the above error? Why am i not getting the error when i connect through native sftp?</description>
      <pubDate>Tue, 27 Oct 2009 09:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521607#M729606</guid>
      <dc:creator>rekha123</dc:creator>
      <dc:date>2009-10-27T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Native::SFTP::Foreign ERROR: (Network failure / Write permission denied?) Fail to transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521608#M729607</link>
      <description>You need check your "pam_configuration:  &lt;BR /&gt;&lt;BR /&gt;Couldn't setstat remote file (fsetstat): The requested operation&lt;BR /&gt;    cannot be performed because there is a file transfer in progress.&lt;BR /&gt;&lt;BR /&gt;Ans: Try passing the late_set_perm option to the put method:&lt;BR /&gt;&lt;BR /&gt;  $sftp-&amp;gt;put($local, $remote, late_set_perm =&amp;gt; 1)&lt;BR /&gt;     or die "unable to transfer file: " . $sftp-&amp;gt;error;&lt;BR /&gt;&lt;BR /&gt;Some servers do not support the fsetstat method on open file handles. Setting this flag allows to delay that operation until the file has been completely transferred and the remote file handle closed.&lt;BR /&gt;&lt;BR /&gt;Send me a bug report containing a dump of your $sftp object so I can add code for your particular server software to activate the work-around automatically.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Johnson</description>
      <pubDate>Wed, 28 Oct 2009 00:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521608#M729607</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-10-28T00:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Native::SFTP::Foreign ERROR: (Network failure / Write permission denied?) Fail to transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521609#M729608</link>
      <description>Hi Johnson&lt;BR /&gt;&lt;BR /&gt;i tried using $sftp-&amp;gt;put($local, $remote, late_set_perm =&amp;gt; 1) but it also did not worked.&lt;BR /&gt;It is giving the below error.&lt;BR /&gt;OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f&lt;BR /&gt;debug1: Reading configuration data /home/dmd_batch/.ssh/config&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: Applying options for *&lt;BR /&gt;debug1: Rhosts Authentication disabled, originating port will not be trusted.&lt;BR /&gt;ssh: edrops.musicnet.com : Name or service not known&lt;BR /&gt;when i connect to the server through normal sftp it creates the directory and transfer the file..&lt;BR /&gt;but with this new sftp::foreign it is not creating directory also.&lt;BR /&gt;Please find my code/script attached and help me in this regard.</description>
      <pubDate>Tue, 03 Nov 2009 10:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/4521609#M729608</guid>
      <dc:creator>rekha123</dc:creator>
      <dc:date>2009-11-03T10:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Native::SFTP::Foreign ERROR: (Network failure / Write permission denied?) Fail to transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/6969947#M729609</link>
      <description>&lt;P&gt;Thanks a lot Johnson. It solved my issue&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 01:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/native-sftp-foreign-error-network-failure-write-permission/m-p/6969947#M729609</guid>
      <dc:creator>Bobby_Jacob</dc:creator>
      <dc:date>2017-07-05T01:56:38Z</dc:date>
    </item>
  </channel>
</rss>

