<?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: Gunzip files on SFTP prompt? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336755#M874471</link>
    <description>Hai sachin,&lt;BR /&gt;&lt;BR /&gt; We can execute the shell commands on sftp command prompt. Or you can go to the shell and do the operation, after it's completion, quit will make you to come sftp prompt.&lt;BR /&gt;&lt;BR /&gt; If you are having a script to do it, then it is very to do it,&lt;BR /&gt;&lt;BR /&gt; example&amp;gt;&lt;BR /&gt; &lt;BR /&gt;  sftp root@test&lt;BR /&gt;  sftp&amp;gt; !hostname&lt;BR /&gt;  test&lt;BR /&gt;  or&lt;BR /&gt;  sftp&amp;gt; !&lt;BR /&gt;  # hosrname&lt;BR /&gt;  test&lt;BR /&gt;  # exit or ctr+d&lt;BR /&gt;  sftp&amp;gt;&lt;BR /&gt;  &lt;BR /&gt;  For ur requirement,&lt;BR /&gt;  sftp&amp;gt;! ksh scriptname.ksh &lt;BR /&gt;  like that.. or&lt;BR /&gt;  sftp&amp;gt; !&lt;BR /&gt;  # execute it..&lt;BR /&gt;  # exit ( to sftp )&lt;BR /&gt;&lt;BR /&gt; That is all.</description>
    <pubDate>Thu, 22 Jul 2004 09:56:12 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-07-22T09:56:12Z</dc:date>
    <item>
      <title>Gunzip files on SFTP prompt?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336752#M874468</link>
      <description>I guess I am asking a dumb question..&lt;BR /&gt;IS it possible to gunzip ( or any unzip) files on SFTP prompt? &lt;BR /&gt;I have only ftp access to a server X and I am "put"ing a file on X using SFTP thru script . I have to unzip it on X?&lt;BR /&gt;IS it possible&lt;BR /&gt;I guess its not possible.. &lt;BR /&gt;Please let me know&lt;BR /&gt;Any help appreciated&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 20 Jul 2004 17:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336752#M874468</guid>
      <dc:creator>Sachin_29</dc:creator>
      <dc:date>2004-07-20T17:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gunzip files on SFTP prompt?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336753#M874469</link>
      <description>if you put the file on the x server , then try to go to where you put the file and unzip the file , why it is not possible, try it</description>
      <pubDate>Thu, 22 Jul 2004 03:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336753#M874469</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-07-22T03:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Gunzip files on SFTP prompt?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336754#M874470</link>
      <description>AS I said , I have only sftp privileges&lt;BR /&gt;I get the prompt &lt;BR /&gt;sftp&amp;gt;&lt;BR /&gt;I have a very limited access on the server&lt;BR /&gt;Currently I have a script to tar it and have to depend on some people to run the untar script on Server X. &lt;BR /&gt;I have to script it end -to end&lt;BR /&gt;Any ideas&lt;BR /&gt;Thanksm&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 09:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336754#M874470</guid>
      <dc:creator>Sachin_29</dc:creator>
      <dc:date>2004-07-22T09:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Gunzip files on SFTP prompt?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336755#M874471</link>
      <description>Hai sachin,&lt;BR /&gt;&lt;BR /&gt; We can execute the shell commands on sftp command prompt. Or you can go to the shell and do the operation, after it's completion, quit will make you to come sftp prompt.&lt;BR /&gt;&lt;BR /&gt; If you are having a script to do it, then it is very to do it,&lt;BR /&gt;&lt;BR /&gt; example&amp;gt;&lt;BR /&gt; &lt;BR /&gt;  sftp root@test&lt;BR /&gt;  sftp&amp;gt; !hostname&lt;BR /&gt;  test&lt;BR /&gt;  or&lt;BR /&gt;  sftp&amp;gt; !&lt;BR /&gt;  # hosrname&lt;BR /&gt;  test&lt;BR /&gt;  # exit or ctr+d&lt;BR /&gt;  sftp&amp;gt;&lt;BR /&gt;  &lt;BR /&gt;  For ur requirement,&lt;BR /&gt;  sftp&amp;gt;! ksh scriptname.ksh &lt;BR /&gt;  like that.. or&lt;BR /&gt;  sftp&amp;gt; !&lt;BR /&gt;  # execute it..&lt;BR /&gt;  # exit ( to sftp )&lt;BR /&gt;&lt;BR /&gt; That is all.</description>
      <pubDate>Thu, 22 Jul 2004 09:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip-files-on-sftp-prompt/m-p/3336755#M874471</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-22T09:56:12Z</dc:date>
    </item>
  </channel>
</rss>

