<?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: copy flies using ssh? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649335#M20128</link>
    <description>Thank you very much  :)))</description>
    <pubDate>Fri, 14 Oct 2005 01:54:47 GMT</pubDate>
    <dc:creator>debian111</dc:creator>
    <dc:date>2005-10-14T01:54:47Z</dc:date>
    <item>
      <title>copy flies using ssh?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649333#M20126</link>
      <description>Hi all &lt;BR /&gt;how I can using ssh connected to  machine X with ip xxx.xxx.xxx.xxx copy file to machine Y with ip address yyy.yyy.yyy.yyy&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Fri, 14 Oct 2005 00:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649333#M20126</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-10-14T00:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: copy flies using ssh?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649334#M20127</link>
      <description>You need to use scp.&lt;BR /&gt;&lt;BR /&gt;scp "file_to_be_copied" remote_host:/dir_path/.</description>
      <pubDate>Fri, 14 Oct 2005 01:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649334#M20127</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-14T01:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: copy flies using ssh?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649335#M20128</link>
      <description>Thank you very much  :)))</description>
      <pubDate>Fri, 14 Oct 2005 01:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649335#M20128</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-10-14T01:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: copy flies using ssh?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649336#M20129</link>
      <description>You can as well as use sftp (secure ftp). It is having more options than scp. scp will not support wild card support with regexp as,&lt;BR /&gt;&lt;BR /&gt;/remote/file_*.123 like that.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 14 Oct 2005 02:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649336#M20129</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-14T02:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: copy flies using ssh?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649337#M20130</link>
      <description>when you use only scp  you have preblem with small files. &lt;BR /&gt;&lt;BR /&gt;better use tar to slove this isue.&lt;BR /&gt;&lt;BR /&gt;#tar -zcf - /source_dir |ssh root@ip_dest_server tar -zxf - -C /dest_dir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649337#M20130</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-10-14T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: copy flies using ssh?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649338#M20131</link>
      <description>Hi Muthukumar,&lt;BR /&gt;&lt;BR /&gt;I'm not following your example. I've been using asterisk (*) wildcard with scp every day for years.  Did you mean scp can't do "more complex" regular expressions than the example you showed?&lt;BR /&gt;&lt;BR /&gt;Jared</description>
      <pubDate>Sat, 15 Oct 2005 00:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649338#M20131</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2005-10-15T00:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: copy flies using ssh?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649339#M20132</link>
      <description>If you wish to syncronize files between servers, you could do:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/rsync -avz --delete -e '/usr/bin/ssh' /targetDir user@destinationServer:/destinationDir&lt;BR /&gt;&lt;BR /&gt;from the server you wish to syncronize from, or reverse the directory parms to pull from the target server.&lt;BR /&gt;&lt;BR /&gt;Al</description>
      <pubDate>Sat, 15 Oct 2005 10:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-flies-using-ssh/m-p/3649339#M20132</guid>
      <dc:creator>Al_56</dc:creator>
      <dc:date>2005-10-15T10:13:55Z</dc:date>
    </item>
  </channel>
</rss>

