<?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: No wildcard expansions found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397564#M862709</link>
    <description>Hi Sunitha,&lt;BR /&gt;&lt;BR /&gt;What version of ssh are you using?. I would try with HP's from software.hp.com.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 11 Oct 2004 13:59:53 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-10-11T13:59:53Z</dc:date>
    <item>
      <title>No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397558#M862703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using the scp command to get some files from a remote server &lt;BR /&gt;&lt;BR /&gt;scp user1@db1:path/Z*.lst .&lt;BR /&gt;&lt;BR /&gt;where path is not my home directory and when I try it is giving me &lt;BR /&gt;&lt;BR /&gt;warning: No wildcard expansions found for '/prod/dbload/Z*.lst'.&lt;BR /&gt;&lt;BR /&gt;Any help/work around on this is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sunitha.</description>
      <pubDate>Mon, 11 Oct 2004 13:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397558#M862703</guid>
      <dc:creator>Sunitha Chandramohan</dc:creator>
      <dc:date>2004-10-11T13:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397559#M862704</link>
      <description>You should put the path in quotes. example-&lt;BR /&gt; &lt;BR /&gt;scp "user1@db1:path/Z*.ls" .&lt;BR /&gt; &lt;BR /&gt;The way you have it, the local shell is doing the wildcard expansion.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Mon, 11 Oct 2004 13:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397559#M862704</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-10-11T13:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397560#M862705</link>
      <description>Hi Sunitha,&lt;BR /&gt;&lt;BR /&gt;I am not getting the same behaviour with my 3.8.1p1 client. I would try escaping the wild character or putting it in quotes. For ex.,&lt;BR /&gt;&lt;BR /&gt;scp "user1@db1:/prod/dblocal/Z*.lst" or&lt;BR /&gt;scp user1@db1:/prod/dblocal/Z\*.lst&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 11 Oct 2004 13:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397560#M862705</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-11T13:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397561#M862706</link>
      <description>&lt;BR /&gt;Thanks for your responses.&lt;BR /&gt;&lt;BR /&gt;I did try using quotes and it is giving me this warning message now.&lt;BR /&gt;&lt;BR /&gt;scp "user1@db1:path/Z\*.lst" .&lt;BR /&gt;&lt;BR /&gt;warning: Cannot open source file db1:path/Z\*.lst&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 13:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397561#M862706</guid>
      <dc:creator>Sunitha Chandramohan</dc:creator>
      <dc:date>2004-10-11T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397562#M862707</link>
      <description>Dont use quotes and \ together. Either of them will do it for you. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 11 Oct 2004 13:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397562#M862707</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-11T13:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397563#M862708</link>
      <description>&lt;BR /&gt;I am still getting the same warning message no wildcard expansions found.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sunitha.</description>
      <pubDate>Mon, 11 Oct 2004 13:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397563#M862708</guid>
      <dc:creator>Sunitha Chandramohan</dc:creator>
      <dc:date>2004-10-11T13:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397564#M862709</link>
      <description>Hi Sunitha,&lt;BR /&gt;&lt;BR /&gt;What version of ssh are you using?. I would try with HP's from software.hp.com.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 11 Oct 2004 13:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397564#M862709</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-11T13:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397565#M862710</link>
      <description>&lt;BR /&gt;Thanks everyone for your time and help.&lt;BR /&gt;&lt;BR /&gt;Sri it's &lt;BR /&gt;SSH Version 2.0.12.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sunitha.</description>
      <pubDate>Mon, 11 Oct 2004 14:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397565#M862710</guid>
      <dc:creator>Sunitha Chandramohan</dc:creator>
      <dc:date>2004-10-11T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397566#M862711</link>
      <description>Something wrong you are doing in my openion as message should be different otherwise..&lt;BR /&gt;&lt;BR /&gt;..&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 11 Oct 2004 14:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397566#M862711</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-11T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397567#M862712</link>
      <description>&lt;BR /&gt;May be. But the same command was working properly few weeks.&lt;BR /&gt;&lt;BR /&gt;I was wondering if this was a bug.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sunitha.</description>
      <pubDate>Mon, 11 Oct 2004 14:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397567#M862712</guid>
      <dc:creator>Sunitha Chandramohan</dc:creator>
      <dc:date>2004-10-11T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397568#M862713</link>
      <description>Hi sunitha,&lt;BR /&gt;This should work.&lt;BR /&gt;# scp "user1@db1:/..../Z*.lst"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 14:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397568#M862713</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-10-11T14:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397569#M862714</link>
      <description>Might be it is not a good advice..just try changing to k-shell once. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 11 Oct 2004 14:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397569#M862714</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-11T14:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397570#M862715</link>
      <description>Try copying in debugging mode using -v option and send the output here. &lt;BR /&gt;&lt;BR /&gt;scp -v "user@hostname:/&lt;PATH&gt;/Z*.lst"&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;/PATH&gt;</description>
      <pubDate>Mon, 11 Oct 2004 14:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397570#M862715</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-11T14:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397571#M862716</link>
      <description>&lt;BR /&gt;thanks everyone.&lt;BR /&gt;&lt;BR /&gt;Prashant,&lt;BR /&gt;&lt;BR /&gt;scp -v user1@db1:path/Z*.lst .&lt;BR /&gt;&lt;BR /&gt;warning: Development-time debugging not compiled in.&lt;BR /&gt;warning: To enable, configure with --enable-debug and recompile.&lt;BR /&gt;Development-time debugging not compiled in.&lt;BR /&gt;To enable, configure with --enable-debug and recompile.&lt;BR /&gt;debug: connecting to db1...&lt;BR /&gt;debug: entering event loop&lt;BR /&gt;debug: ssh_client_wrap: creating transport protocol&lt;BR /&gt;debug: ssh_client_wrap: creating userauth protocol&lt;BR /&gt;debug: Host key found from the database.&lt;BR /&gt;debug: Ssh2AuthPubKeyClient/authc-pubkey.c:226: ssh_client_auth_pubkey_send_signature&lt;BR /&gt;debug: Ssh2AuthPubKeyClient/authc-pubkey.c:262: ssh_client_auth_pubkey_send_signature: reading path/.ssh2/id_dsa_1024_a&lt;BR /&gt;debug: Ssh2/ssh2.c:306: client_authenticated&lt;BR /&gt;debug: DISPLAY not set; X11 forwarding disabled.&lt;BR /&gt;warning: No wildcard expansions found for '/prod/dbload/Z*.lst'.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sunitha.</description>
      <pubDate>Mon, 11 Oct 2004 14:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397571#M862716</guid>
      <dc:creator>Sunitha Chandramohan</dc:creator>
      <dc:date>2004-10-11T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397572#M862717</link>
      <description>How about --&lt;BR /&gt;scp "user1@db1:path/Z[a-zA-Z]*.lst" .&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 11 Oct 2004 14:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397572#M862717</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-11T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397573#M862718</link>
      <description>Or better -- &lt;BR /&gt;scp user1@db1:path/Z[a-zA-Z]*.lst .&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 11 Oct 2004 14:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397573#M862718</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-11T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397574#M862719</link>
      <description>&lt;BR /&gt;Thanks for your response Anil. But I am getting the same error.&lt;BR /&gt;&lt;BR /&gt;scp user1@db1:path/Z[a-zA-Z]*.lst .&lt;BR /&gt;warning: No wildcard expansions found for 'path/Z[a-zA-Z]*.lst'.</description>
      <pubDate>Mon, 11 Oct 2004 14:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397574#M862719</guid>
      <dc:creator>Sunitha Chandramohan</dc:creator>
      <dc:date>2004-10-11T14:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397575#M862720</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you upgrade/reinstall ssh recently?. I don't see any reason why it worked before and not anymore without any changes.&lt;BR /&gt;&lt;BR /&gt;It looks like a commercial version. I believe it's the ssh's inability to deal with wildcards. If so, you will need to work with the vendor. I use my own compiled version of 3.8.1p1 from openssh.org and it can work with wild-chars just fine.&lt;BR /&gt;&lt;BR /&gt;You can try HP's openssh if yours are HP systems and it may impact your ssh setup. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 11 Oct 2004 14:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397575#M862720</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-11T14:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397576#M862721</link>
      <description>You must have checked this. But are there any file as /path/Z*.lst in that dir??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 11 Oct 2004 14:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397576#M862721</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-11T14:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: No wildcard expansions found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397577#M862722</link>
      <description>What happen if you just mention one of the file name with path to it. Does it get copied..&lt;BR /&gt;How many files are there and how big..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 11 Oct 2004 14:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-wildcard-expansions-found/m-p/3397577#M862722</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-11T14:59:38Z</dc:date>
    </item>
  </channel>
</rss>

