<?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 Problem with SFTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643485#M614044</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      When i try to do &lt;BR /&gt;sftp&amp;gt;put /files/efundata/output_pending/HSA_20100605_000000.dat /data/fulfill/batch/ftpin/HSA_20100605_000000.dat&lt;BR /&gt;&lt;BR /&gt;i am getting an error like " Couldn't stat remote file: No such file or directory"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But the file is actually moved to the remote server not sure why i am getting the above error. Please help me out&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Jun 2010 11:21:15 GMT</pubDate>
    <dc:creator>MAYIANAN</dc:creator>
    <dc:date>2010-06-07T11:21:15Z</dc:date>
    <item>
      <title>Problem with SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643485#M614044</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      When i try to do &lt;BR /&gt;sftp&amp;gt;put /files/efundata/output_pending/HSA_20100605_000000.dat /data/fulfill/batch/ftpin/HSA_20100605_000000.dat&lt;BR /&gt;&lt;BR /&gt;i am getting an error like " Couldn't stat remote file: No such file or directory"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But the file is actually moved to the remote server not sure why i am getting the above error. Please help me out&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2010 11:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643485#M614044</guid>
      <dc:creator>MAYIANAN</dc:creator>
      <dc:date>2010-06-07T11:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643486#M614045</link>
      <description>&lt;!--!*#--&gt;I know nothing, but adding "-v" (or "-vv", or&lt;BR /&gt;...) to an "sftp" command can enable some&lt;BR /&gt;potentially useful diagnostic messages.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please help me out&lt;BR /&gt;&lt;BR /&gt;You first.  Some basic description of the&lt;BR /&gt;systems involved here might be nice to have.&lt;BR /&gt;And the relevant software on each.&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;      ssh -V&lt;BR /&gt;&lt;BR /&gt;Any useful info at all?</description>
      <pubDate>Mon, 07 Jun 2010 13:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643486#M614045</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-07T13:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643487#M614046</link>
      <description>Does your destination directory exist?&lt;BR /&gt;Is it writable?</description>
      <pubDate>Tue, 08 Jun 2010 11:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643487#M614046</guid>
      <dc:creator>Raynald Boucher</dc:creator>
      <dc:date>2010-06-08T11:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643488#M614047</link>
      <description>Make sure that "/data/fulfill/batch/ftpin" exists as a directory (not a file).  Make sure that it is writable by the user your logging into.&lt;BR /&gt;&lt;BR /&gt;After you connect instead of doing a put just go to each directory on the tree and list everything.&lt;BR /&gt;&lt;BR /&gt;By just iterating all the way down the to final destination and looking at all the permissions - you should see what's holding you up.&lt;BR /&gt;&lt;BR /&gt;cd /data&lt;BR /&gt;ls -al&lt;BR /&gt;cd fulfill&lt;BR /&gt;ls -al&lt;BR /&gt;cd batch&lt;BR /&gt;ls -al&lt;BR /&gt;cd ftpin&lt;BR /&gt;ls -al&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643488#M614047</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-06-08T13:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643489#M614048</link>
      <description>It sounds as though you can write to, but not read, in a directory. Run:&lt;BR /&gt;&lt;BR /&gt;ls -ld /data /data/fulfill /data/fulfill/batch/ftpin&lt;BR /&gt;&lt;BR /&gt;and check that each directory has read permission for the sftp user. Also check the ACL's, in case you have a someone being a little too smart.</description>
      <pubDate>Tue, 08 Jun 2010 21:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sftp/m-p/4643489#M614048</guid>
      <dc:creator>George Spencer_4</dc:creator>
      <dc:date>2010-06-08T21:16:22Z</dc:date>
    </item>
  </channel>
</rss>

