<?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: ssh to pc in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428031#M205243</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try and use Putty to connect to the unix server, there are different ways to connect on it Telnet SSH Rlogin Raw.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
    <pubDate>Mon, 22 Nov 2004 18:03:34 GMT</pubDate>
    <dc:creator>HGN</dc:creator>
    <dc:date>2004-11-22T18:03:34Z</dc:date>
    <item>
      <title>ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428030#M205242</link>
      <description>I am trying to use ssh scp to a pc but the "\"'s in the path are removed.&lt;BR /&gt;&lt;BR /&gt;scp testfile user1@pc100:e:\Program*Files\files&lt;BR /&gt;&lt;BR /&gt;Had to use an * for "Program Files".&lt;BR /&gt;&lt;BR /&gt;Missing "\"'s from ssh "scp":&lt;BR /&gt;&lt;BR /&gt;scp: e:Program*Filesfiles: No such file or directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have tried escape characters and other but&lt;BR /&gt;no go.&lt;BR /&gt;&lt;BR /&gt;Is ssh scp only for UNIX or how do you pass&lt;BR /&gt;\ in a windows path?&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 17:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428030#M205242</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-22T17:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428031#M205243</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try and use Putty to connect to the unix server, there are different ways to connect on it Telnet SSH Rlogin Raw.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 22 Nov 2004 18:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428031#M205243</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-11-22T18:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428032#M205244</link>
      <description>The subject is: ssh TO pc</description>
      <pubDate>Mon, 22 Nov 2004 18:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428032#M205244</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-22T18:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428033#M205245</link>
      <description>You need an extra "\", and you can use the 8.3 abbreviation of "Progra~1" for "Program Files".&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;scp myfile e:\\Progra~1\\files</description>
      <pubDate>Mon, 22 Nov 2004 18:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428033#M205245</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-11-22T18:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428034#M205246</link>
      <description>did you try to use sftp, it should allow the following:&lt;BR /&gt;cd "Documents and Settings"</description>
      <pubDate>Mon, 22 Nov 2004 20:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428034#M205246</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-11-22T20:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428035#M205247</link>
      <description>Hi Jerry,&lt;BR /&gt;&lt;BR /&gt;What pc product you use may matter.&lt;BR /&gt;&lt;BR /&gt;Please try:&lt;BR /&gt;&lt;BR /&gt;changing &lt;BR /&gt;scp testfile user1@pc100:e:\Program*Files\files&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;scp testfile user1@pc100:e:\"Program Files\files"&lt;BR /&gt;&lt;BR /&gt;Real space in Program files&lt;BR /&gt;&lt;BR /&gt;The right command is somewhere withint the google search. Still pondering.&lt;BR /&gt;&lt;BR /&gt;I'm seriously impaired due to some pain so I'll let you see my search.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;q=scp+to+pc+%22Program+Files%22&amp;amp;btnG=Google+Search" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;q=scp+to+pc+%22Program+Files%22&amp;amp;btnG=Google+Search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 21:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428035#M205247</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-22T21:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428036#M205248</link>
      <description>Hi Jerry&lt;BR /&gt;&lt;BR /&gt;scp testfile user1@pc100:e:\\Program\ files\\files&lt;BR /&gt;&lt;BR /&gt;that should do it. SEP's way is off course less typing.&lt;BR /&gt;&lt;BR /&gt;Just a note ... when i read your command line testfile implies 1 file ... but files implies multiples, are you trying to copy a set of file to a directory, or is files a archive of a group of files of some sort.&lt;BR /&gt;&lt;BR /&gt;If its an archive or only 1 file your command is fine but if its a group of files&lt;BR /&gt;1.testfile should obviuosly be a directory&lt;BR /&gt;2. I would rewrite the command as follows ...&lt;BR /&gt;&lt;BR /&gt;scp testfile user1@pc100:e:\\Program\ files\\files\\\*&lt;BR /&gt;&lt;BR /&gt;That should do it &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Regards&lt;BR /&gt;Gerhard&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 00:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428036#M205248</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2004-11-23T00:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428037#M205249</link>
      <description>HI Jerry&lt;BR /&gt;&lt;BR /&gt;I forgot to add ... you do have a sshd running on that pc right?&lt;BR /&gt;&lt;BR /&gt;If not here is 2 good links and follows the instructions to install ...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://filezilla.sourceforge.net/" target="_blank"&gt;http://filezilla.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sshwindows.sourceforge.net/" target="_blank"&gt;http://sshwindows.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Regards&lt;BR /&gt;Gerhard</description>
      <pubDate>Tue, 23 Nov 2004 00:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428037#M205249</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2004-11-23T00:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428038#M205250</link>
      <description>What doesn't work:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here it does not pass the "\"s.&lt;BR /&gt;scp testfile user1@pc100:e:\\Progra~1\\files &lt;BR /&gt;scp: e:Program~1files: No such file or directory&lt;BR /&gt;&lt;BR /&gt;This is an invalid string in UNIX leaving me&lt;BR /&gt;at a continuation &amp;gt;.&lt;BR /&gt;scp testfile user1@pc100:e:\"Program Files\files"&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Cannot escape the blank in Program Files.&lt;BR /&gt;scp testfile user1@pc100:e:\\Program\ files\\files&lt;BR /&gt;scp: ambiguous target&lt;BR /&gt;&lt;BR /&gt;I have tried other variations. But I do not&lt;BR /&gt;understand why I cannot escape the \ with&lt;BR /&gt;\\. Which is valid in UNIX.&lt;BR /&gt;&lt;BR /&gt;I will check out some of your docs but if&lt;BR /&gt;anyone can figure out how to use scp from&lt;BR /&gt;UNIX to PC. Let me know. If your syntax works&lt;BR /&gt;for you I would like to find out why.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 10:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428038#M205250</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-23T10:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428039#M205251</link>
      <description>Have you tried:&lt;BR /&gt;&lt;BR /&gt;scp testfile "user1@pc1pp:e:\\\\Program Files\\\\files"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 23 Nov 2004 10:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428039#M205251</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2004-11-23T10:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428040#M205252</link>
      <description>Nope, it is still not passing the \.&lt;BR /&gt;And a wild card is still needed for&lt;BR /&gt;the blank of course.</description>
      <pubDate>Tue, 23 Nov 2004 10:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428040#M205252</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-23T10:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428041#M205253</link>
      <description>Hi Jerry&lt;BR /&gt;&lt;BR /&gt;Just one very silly thing. You can ping the pc by that hostname from hpux ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Gerhard&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 11:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428041#M205253</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2004-11-23T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428042#M205254</link>
      <description>Gerhard, if sshd was not running on the pc,&lt;BR /&gt;I would not be able to connect. If I can&lt;BR /&gt;slogin and sftp in then ping'ing the system&lt;BR /&gt;doesn't tell me anything I don't already &lt;BR /&gt;know.&lt;BR /&gt;&lt;BR /&gt;John, sftp may be an option but when you&lt;BR /&gt;sftp in you cannot get to the e: drive&lt;BR /&gt;unless there is some other way to cd to&lt;BR /&gt;e:\Program Files\files\&lt;BR /&gt;&lt;BR /&gt;Steven, your link goes to a blank page.&lt;BR /&gt;&lt;BR /&gt;This is real frustrating.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 14:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428042#M205254</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-23T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428043#M205255</link>
      <description>Actually SEP's link works, just cut and paste it, don't click on it. Also, it would be helpful to know how you are running sshd on the windows side. this is important because it may affect the paths. Also, try using quotes around the entire destination. For example, I'm running sshd under cywin, in which case I would send files like this: &lt;BR /&gt;&lt;BR /&gt;scp testfile "user@pc:/cygdrive/c/Program\ Files"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 15:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428043#M205255</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-11-23T15:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428044#M205256</link>
      <description>#       $OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $</description>
      <pubDate>Tue, 23 Nov 2004 15:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428044#M205256</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-23T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428045#M205257</link>
      <description>Paul, your part :/cygdrive/c/ in &lt;BR /&gt;scp testfile "user@pc:/cygdrive/c/Program\ Files" eludes me.&lt;BR /&gt;What is /cygdrive/ and I assume /c/ is for c:&lt;BR /&gt;drive?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I slogin. I am in:&lt;BR /&gt;&lt;BR /&gt;C:\Program Files\OpenSSH&amp;gt; dir&lt;BR /&gt; Volume in drive C has no label.&lt;BR /&gt; Volume Serial Number is 38A7-E9C7&lt;BR /&gt;&lt;BR /&gt;Directory of C:\Program Files\OpenSSH&lt;BR /&gt;&lt;BR /&gt;11/23/2004  11:31a      &lt;DIR&gt;          .&lt;BR /&gt;11/23/2004  11:31a      &lt;DIR&gt;          ..&lt;BR /&gt;11/23/2004  11:37a      &lt;DIR&gt;          .ssh&lt;BR /&gt;11/22/2004  11:06a      &lt;DIR&gt;          bin&lt;BR /&gt;11/23/2004  11:14a      &lt;DIR&gt;          docs&lt;BR /&gt;11/22/2004  11:46a      &lt;DIR&gt;          etc&lt;BR /&gt;11/22/2004  11:06a      &lt;DIR&gt;          tmp&lt;BR /&gt;11/22/2004  11:06a      85,619 uninstall.exe&lt;BR /&gt;11/22/2004  11:06a      &lt;DIR&gt;          usr&lt;BR /&gt;11/22/2004  11:06a      &lt;DIR&gt;          var&lt;BR /&gt;               1 File(s)       85,619 bytes&lt;BR /&gt;               9 Dir(s)   2,510,554,624 bytes free&lt;BR /&gt;&lt;BR /&gt;I can change to e:\&lt;PATH&gt;\&lt;PATH&gt;\....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I sftp I am in:&lt;BR /&gt;&lt;BR /&gt;sftp&amp;gt; dir&lt;BR /&gt;.               &lt;BR /&gt;..              &lt;BR /&gt;.ssh            &lt;BR /&gt;bin             &lt;BR /&gt;docs&lt;BR /&gt;etc             &lt;BR /&gt;tmp             &lt;BR /&gt;uninstall.exe   &lt;BR /&gt;usr             &lt;BR /&gt;var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I scp:&lt;BR /&gt;&lt;BR /&gt; scp file1 &lt;HOST&gt;:e:Program*Files&lt;BR /&gt;&lt;BR /&gt;It puts file1 in the folder &lt;BR /&gt;Program Files on drive e: &lt;BR /&gt;But not in subdirectories that require a&lt;BR /&gt;\ in the path. \ does not get passed with&lt;BR /&gt;scp.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I was to use sftp then how do I tell&lt;BR /&gt;it to put the file in e:\&lt;PATH&gt;\&lt;PATH&gt;&lt;BR /&gt;if I can't get to it.&lt;BR /&gt;&lt;BR /&gt;I am not a windows person. I am a UNIX&lt;BR /&gt;thinker.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PATH&gt;&lt;/PATH&gt;&lt;/HOST&gt;&lt;/PATH&gt;&lt;/PATH&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;</description>
      <pubDate>Tue, 23 Nov 2004 16:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428045#M205257</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-23T16:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428046#M205258</link>
      <description>/cygdrive/e is the same as e:&lt;BR /&gt;&lt;BR /&gt;Please use '/' character and sshd on your pc will translate it to '\'.&lt;BR /&gt;&lt;BR /&gt;So the following should work&lt;BR /&gt;&lt;BR /&gt;scp testfile user1@pc100:'/cygdrive/e/program\ files/files'&lt;BR /&gt;&lt;BR /&gt;'\' in 'program\ files' is used to escape space  character.</description>
      <pubDate>Tue, 23 Nov 2004 20:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428046#M205258</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-11-23T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428047#M205259</link>
      <description>It works! &lt;BR /&gt;&lt;BR /&gt;Many, Many Thanks Ermin.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 10:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428047#M205259</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-24T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428048#M205260</link>
      <description>I guess ermin answered that for me. &lt;BR /&gt;&lt;BR /&gt;It's not ssh that is translating the slashes to backslases, it's because sshd is running under the cygwin environment. If you were to open a cmd session, you wont see c:\cygdrive.</description>
      <pubDate>Wed, 24 Nov 2004 10:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428048#M205260</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-11-24T10:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: ssh to pc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428049#M205261</link>
      <description>Sorry Paul. Thank you also.&lt;BR /&gt;As to the PC cmd. I do not have access to&lt;BR /&gt;this system physically. It is a remote&lt;BR /&gt;server and my task is to only get scp&lt;BR /&gt;working to it for the oracle folks.&lt;BR /&gt;&lt;BR /&gt;Now I have to figure out how to use&lt;BR /&gt;the ssh keys but others here have giving &lt;BR /&gt;me links for ssh that I have been reading that should help.&lt;BR /&gt;&lt;BR /&gt;Thanks to all.</description>
      <pubDate>Wed, 24 Nov 2004 11:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-to-pc/m-p/3428049#M205261</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-11-24T11:10:22Z</dc:date>
    </item>
  </channel>
</rss>

