<?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: bash in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105691#M444998</link>
    <description>Dear Ahsan &lt;BR /&gt;&lt;BR /&gt;not that issue, because i transferred a lot of packages before without any issue.&lt;BR /&gt;&lt;BR /&gt;thanks and rgds&lt;BR /&gt;&lt;BR /&gt;sajjad</description>
    <pubDate>Sat, 26 Apr 2008 07:43:00 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2008-04-26T07:43:00Z</dc:date>
    <item>
      <title>bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105686#M444993</link>
      <description>ftp&amp;gt; mput bash*.*&lt;BR /&gt;mput bash-3.2-hppa-11.23.depot.gz? y&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening BINARY mode data connection for bash-3.2-hppa-11.23.depot.gz.&lt;BR /&gt;&amp;gt; Netout :Connection reset by peer&lt;BR /&gt;&lt;BR /&gt;why i am getting such an error?&lt;BR /&gt;how to manage it?&lt;BR /&gt;&lt;BR /&gt;Sajjad</description>
      <pubDate>Sat, 26 Apr 2008 06:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105686#M444993</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105687#M444994</link>
      <description>Hi Sajjad&lt;BR /&gt;&lt;BR /&gt;This is almost always caused by server configuation timeout.&lt;BR /&gt;&lt;BR /&gt;If there is no action from the sending to recieving server for 15 minutes the connection times out.&lt;BR /&gt;&lt;BR /&gt;or may be there is something abt the space related issue, where u put the depot.</description>
      <pubDate>Sat, 26 Apr 2008 06:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105687#M444994</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-26T06:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105688#M444995</link>
      <description>By the response "200 PORT command successful", I see you're using the active mode of the FTP protocol.&lt;BR /&gt;&lt;BR /&gt;See this document:&lt;BR /&gt;&lt;A href="http://www.troubleshootingnetworks.com/ftpinfo.html" target="_blank"&gt;http://www.troubleshootingnetworks.com/ftpinfo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The FTP protocol actually uses two distinct network connections: the first is the control connection, and the second is the data connection.&lt;BR /&gt;&lt;BR /&gt;The control connection is formed when you start your FTP client and log in. It is used to tell the FTP server what you want it to do. The actual data transfer happens with the data connection: it is opened only when something must be transferred. &lt;BR /&gt;&lt;BR /&gt;Furthermore, the port numbers of the data connections are not static: the FTP client and server negotiate them using the control connection. This makes it difficult to allow FTP through firewalls and NAT devices: the firewall/NAT must be smart enough to read the messages in the FTP control connection and dynamically change the filtering rules to allow the data connections associated with any allowed FTP (control) connection.&lt;BR /&gt;&lt;BR /&gt;In your case, the FTP control connection works, but something stops the data connection from working.&lt;BR /&gt;&lt;BR /&gt;Try using the PASV command before MPUT, if your FTP client understands it: it switches the FTP server to "passive mode" for your connection. This makes the connection a bit easier to handle in firewall/NAT devices.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 26 Apr 2008 06:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105688#M444995</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-04-26T06:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105689#M444996</link>
      <description>&lt;BR /&gt;dear &lt;BR /&gt;ftp&amp;gt; pasv&lt;BR /&gt;Invalid command.</description>
      <pubDate>Sat, 26 Apr 2008 07:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105689#M444996</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T07:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105690#M444997</link>
      <description>Dear Kurkala&lt;BR /&gt;from ftp prompt I used pasv command but it gives an error that is an invalid command&lt;BR /&gt;&lt;BR /&gt;see my above posting&lt;BR /&gt;&lt;BR /&gt;one more thing &lt;BR /&gt;by using I installed  alot fo pacakges by uisng mput *.* command in the same server it was perfectly fine&lt;BR /&gt;only in this bash case i am facing problem&lt;BR /&gt;I dont why only in this case &lt;BR /&gt;according to u suggesstion i used pasv command in ftp prompt but it is giving an invalid command message&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Apr 2008 07:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105690#M444997</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T07:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105691#M444998</link>
      <description>Dear Ahsan &lt;BR /&gt;&lt;BR /&gt;not that issue, because i transferred a lot of packages before without any issue.&lt;BR /&gt;&lt;BR /&gt;thanks and rgds&lt;BR /&gt;&lt;BR /&gt;sajjad</description>
      <pubDate>Sat, 26 Apr 2008 07:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105691#M444998</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T07:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105692#M444999</link>
      <description>Try with pa&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; pa&lt;BR /&gt;Passive mode on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Apr 2008 07:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105692#M444999</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-04-26T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105693#M445000</link>
      <description>I think you are using MS ftp from windows. Try with a smaller size file and see what result you get.&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Apr 2008 07:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105693#M445000</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-04-26T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105694#M445001</link>
      <description>dear rasheed&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; pa&lt;BR /&gt;Invalid command.&lt;BR /&gt;&lt;BR /&gt;same as the above&lt;BR /&gt;&lt;BR /&gt;I did before sudo, gdb etc.. that time I didn't face problem, now only i mean regarding bash i am facing problem&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;sajjad&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Apr 2008 08:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105694#M445001</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T08:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105695#M445002</link>
      <description>see just now i transferred one file &lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; bin&lt;BR /&gt;200 Type set to I.&lt;BR /&gt;ftp&amp;gt; cd /usr/local&lt;BR /&gt;250 CWD command successful.&lt;BR /&gt;ftp&amp;gt; mput sud*.*&lt;BR /&gt;mput sudo-1.6.9p11-hppa-11.23.depot.gz? y&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening BINARY mode data connection for sudo-1.6.9p11-hppa-11.23.depot.gz.&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;ftp: 203804 bytes sent in 0.30Seconds 686.21Kbytes/sec.&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;sajjad</description>
      <pubDate>Sat, 26 Apr 2008 08:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105695#M445002</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T08:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105696#M445003</link>
      <description>Dear Sajjad,&lt;BR /&gt;&lt;BR /&gt;pa or pasv commands are not avble in MS FTP. &lt;BR /&gt;How big is this file you want to transfer. Did you check the free space left on the destination system/dir.&lt;BR /&gt;&lt;BR /&gt;Do you have another FTP tool or sftp to check with the same souce/destination.&lt;BR /&gt;&lt;BR /&gt;If it is bigger than 2GB size you need to check whether the file system is supported for the largefiles.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Sat, 26 Apr 2008 08:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105696#M445003</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-04-26T08:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105697#M445004</link>
      <description>it is just 962 kb only&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Apr 2008 08:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105697#M445004</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105698#M445005</link>
      <description>&lt;BR /&gt;dear all &lt;BR /&gt;I solved this issue&lt;BR /&gt;the problem was clusterign environment&lt;BR /&gt;so i suspected before due to this issue &lt;BR /&gt;such an error i got during  ftp&lt;BR /&gt;i halted cluster now &lt;BR /&gt;it is ok in my both servers&lt;BR /&gt;thanks &lt;BR /&gt;see the out put&lt;BR /&gt;ftp&amp;gt; cd /usr/local&lt;BR /&gt;250 CWD command successful.&lt;BR /&gt;ftp&amp;gt; mput bash*.*&lt;BR /&gt;mput bash-3.2-hppa-11.23.depot.gz? y&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening BINARY mode data connection for bash-3.2-hppa-11.23.depot.gz.&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;ftp: 985501 bytes sent in 1.31Seconds 750.57Kbytes/sec.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Apr 2008 08:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105698#M445005</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-26T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105699#M445006</link>
      <description>&amp;gt; Try using the PASV command [...]&lt;BR /&gt;&lt;BR /&gt;Note that PASV is an FTP _server_ command.&lt;BR /&gt;An FTP _client_ may have some different&lt;BR /&gt;command which lets the user put it into&lt;BR /&gt;passive mode ("SET PASSIVE ON", or "passive",&lt;BR /&gt;for example).  Note, too, that sending an&lt;BR /&gt;artificial PASV command to an FTP server&lt;BR /&gt;(using a method like "quote PASV") is doomed&lt;BR /&gt;to fail, because passive mode requires some&lt;BR /&gt;cooperation between the client and the&lt;BR /&gt;server, so you can't make it work by trying&lt;BR /&gt;to fool the server this way.  (And the PASV&lt;BR /&gt;command is more complicated than this,&lt;BR /&gt;anyway.  Everything's complicated.)</description>
      <pubDate>Sat, 26 Apr 2008 12:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105699#M445006</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-26T12:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: bash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105700#M445007</link>
      <description>closed&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Apr 2008 04:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bash/m-p/5105700#M445007</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-27T04:30:33Z</dc:date>
    </item>
  </channel>
</rss>

