<?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 FTPing directories in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462063#M14436</link>
    <description>I am trying to copy several $HOME directories from an existing 10.20 machine to a new 11.00 machine.  The 11.00 box is trusted and will not allow root login or ftp, but the existing server will.  &lt;BR /&gt;I think my best option is to ftp over from the new machine to the old one, but I am not having any success copying the directories, and continue to get error: NOT A PLAIN TEXT FILE.</description>
    <pubDate>Mon, 06 Nov 2000 17:36:56 GMT</pubDate>
    <dc:creator>Brian Atkins</dc:creator>
    <dc:date>2000-11-06T17:36:56Z</dc:date>
    <item>
      <title>FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462063#M14436</link>
      <description>I am trying to copy several $HOME directories from an existing 10.20 machine to a new 11.00 machine.  The 11.00 box is trusted and will not allow root login or ftp, but the existing server will.  &lt;BR /&gt;I think my best option is to ftp over from the new machine to the old one, but I am not having any success copying the directories, and continue to get error: NOT A PLAIN TEXT FILE.</description>
      <pubDate>Mon, 06 Nov 2000 17:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462063#M14436</guid>
      <dc:creator>Brian Atkins</dc:creator>
      <dc:date>2000-11-06T17:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462064#M14437</link>
      <description>I would suggest you set up .rhosts (even temporarily) and use rcp to copy the directories.&lt;BR /&gt;&lt;BR /&gt;See "man .rhosts" and "man rcp"</description>
      <pubDate>Mon, 06 Nov 2000 17:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462064#M14437</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2000-11-06T17:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462065#M14438</link>
      <description>As Tom suggests the use of rcp -rp is one alternative, another one would be to export /home from you HPUX10.X and mount the filesystem/directory on your HPUX11, then cp &lt;ALL th="" options="" you="" wish="" should="" work...=""&gt;.&lt;BR /&gt;I hope for you the UIDs are the same on both machines...&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Regards&lt;BR /&gt;Victor&lt;/ALL&gt;</description>
      <pubDate>Mon, 06 Nov 2000 18:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462065#M14438</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-11-06T18:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462066#M14439</link>
      <description>FTP (FILE transfer protocol) by design will not allow you to transfer a directory.  You can transfer all FILES within a directory by using the mput/mget commands, but that is all.&lt;BR /&gt;&lt;BR /&gt;I would agree that setting up the /.rhosts temporarily to allow rcp between the machines would be the best bet.  You can then do an 'rcp -r' to copy the all of /home or all of the selected /home/whatever directories.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2000 18:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462066#M14439</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2000-11-06T18:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462067#M14440</link>
      <description>Thanks, guys.  I went ahead and set up the .rhosts to allow rcp.  I wanted to avoid that option for security, but ya gotta do what ya gotta do...</description>
      <pubDate>Mon, 06 Nov 2000 18:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462067#M14440</guid>
      <dc:creator>Brian Atkins</dc:creator>
      <dc:date>2000-11-06T18:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462068#M14441</link>
      <description>Or you could use tar to create a file containing the directory and it's contents - then ftp the file to the new machine, where the files would be extracted.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2000 12:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462068#M14441</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2000-11-08T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462069#M14442</link>
      <description>tar them up and ftp them, this will keep all permissions &amp;amp; time stamps</description>
      <pubDate>Wed, 08 Nov 2000 12:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462069#M14442</guid>
      <dc:creator>Tony Constantine_1</dc:creator>
      <dc:date>2000-11-08T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTPing directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462070#M14443</link>
      <description>Hi&lt;BR /&gt;How about NFS - export the dirs from the 10.20 machine - mount it on the 11.00 and copy to destination.&lt;BR /&gt;&lt;BR /&gt;Quick and easy.&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2000 12:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftping-directories/m-p/2462070#M14443</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-11-08T12:52:53Z</dc:date>
    </item>
  </channel>
</rss>

