<?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: how to transfer files via SSH  ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234432#M880801</link>
    <description>You could use scp with the -r switch.  &lt;BR /&gt;&lt;BR /&gt;From the man page:&lt;BR /&gt;&lt;BR /&gt; -r   Recursively copies entire directories. The targets of hard links&lt;BR /&gt;           or soft links are copied. The links are not duplicated.&lt;BR /&gt;&lt;BR /&gt;But I personally would prefer to tar and tranfer the tar file via sftp.</description>
    <pubDate>Wed, 09 Jun 2004 13:43:47 GMT</pubDate>
    <dc:creator>Marc Smith</dc:creator>
    <dc:date>2004-06-09T13:43:47Z</dc:date>
    <item>
      <title>how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234425#M880794</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;how to transfer files and folders&lt;BR /&gt;via SSH &lt;BR /&gt;using linux rescue CD ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2004 16:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234425#M880794</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-03-30T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234426#M880795</link>
      <description>The command to transfer files is "scp", but if your booting up on a rescue disk, you won't have the necessary "validations" to use SSL.&lt;BR /&gt; &lt;BR /&gt;You probabily will want to use something like "ftp", since that would be available on the rescue disk.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 30 Mar 2004 16:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234426#M880795</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-03-30T16:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234427#M880796</link>
      <description>Lets say the the cd is mounted as /cdrom&lt;BR /&gt;&lt;BR /&gt;scp -rp /cdrom/* targethost://targetdirectory&lt;BR /&gt;&lt;BR /&gt;This command preserves permissions if possible and takes the entire contents of the cd and puts it in the target directory of the target host. -r stands for recursive.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Mar 2004 18:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234427#M880796</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-30T18:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234428#M880797</link>
      <description>sftp user@host&lt;BR /&gt;put filename &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;get filename &lt;BR /&gt;&lt;BR /&gt;put * &lt;BR /&gt;or &lt;BR /&gt;get * &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Mar 2004 08:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234428#M880797</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2004-03-31T08:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234429#M880798</link>
      <description>thanks everyone !&lt;BR /&gt;&lt;BR /&gt;but how it works with sftp user@host ...&lt;BR /&gt;to transfer the whole /etc directory including all subfolders, files, etc. ?&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jun 2004 17:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234429#M880798</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-06-06T17:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234430#M880799</link>
      <description>hi chris,&lt;BR /&gt;&lt;BR /&gt;for sftp, to use interactively, it is the same as ftp, instead of get (for a single file), u use mget.&lt;BR /&gt;&lt;BR /&gt;# sftp user@otherhost&lt;BR /&gt;after login&lt;BR /&gt;sftp&amp;gt; cd dir&lt;BR /&gt;sftp&amp;gt; mget *&lt;BR /&gt;sftp&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Sun, 06 Jun 2004 20:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234430#M880799</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-06T20:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234431#M880800</link>
      <description>You can not trasfer dir. structure using sftp (if not using GUI based clients). &lt;BR /&gt;To transfer files without using scp or sftp is by using a combination of tar and ssh command like below.&lt;BR /&gt;&lt;BR /&gt;tar cpf - local_dir| (ssh user@remote_host "cd remote_dir; tar xpf -")&lt;BR /&gt;&lt;BR /&gt;This will tar up the whole dir. structure and untar it on the remote host.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Abdul.</description>
      <pubDate>Sun, 06 Jun 2004 22:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234431#M880800</guid>
      <dc:creator>Abdul Rahiman</dc:creator>
      <dc:date>2004-06-06T22:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234432#M880801</link>
      <description>You could use scp with the -r switch.  &lt;BR /&gt;&lt;BR /&gt;From the man page:&lt;BR /&gt;&lt;BR /&gt; -r   Recursively copies entire directories. The targets of hard links&lt;BR /&gt;           or soft links are copied. The links are not duplicated.&lt;BR /&gt;&lt;BR /&gt;But I personally would prefer to tar and tranfer the tar file via sftp.</description>
      <pubDate>Wed, 09 Jun 2004 13:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234432#M880801</guid>
      <dc:creator>Marc Smith</dc:creator>
      <dc:date>2004-06-09T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to transfer files via SSH  ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234433#M880802</link>
      <description>thanks&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;scp -r -p /etc/* user@remotehost:/home/save/etc&lt;BR /&gt;&lt;BR /&gt;works excellent !&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Wed, 09 Jun 2004 14:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-transfer-files-via-ssh/m-p/3234433#M880802</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-06-09T14:06:57Z</dc:date>
    </item>
  </channel>
</rss>

