<?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 file from linux to windows like a batch file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455766#M37372</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;winexe will execute command in a remote windows machine-one part is over.&lt;BR /&gt;&lt;BR /&gt;but my requirement is i need to copy file from linux to remote windows machines and then i need to execute those things in that machine.&lt;BR /&gt;winexe will execute files and exe which is there in windows machine but i need to copy those things from 1 linux to 100 windows machine at a time, this is my job.&lt;BR /&gt;&lt;BR /&gt;i can't individually install anything in remote windows machines,only thing is from linux only i need to install and run the application. &lt;BR /&gt;&lt;BR /&gt;Anybody has any solution to this problem...???&lt;BR /&gt;thanking you.....</description>
    <pubDate>Tue, 14 Jul 2009 08:54:38 GMT</pubDate>
    <dc:creator>Dilip Kumar C M</dc:creator>
    <dc:date>2009-07-14T08:54:38Z</dc:date>
    <item>
      <title>copy file from linux to windows like a batch file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455760#M37366</link>
      <description>Usually we are using plink and pscp to run batch file in windows. it will copy file from windows to linux and it will run script or binary there in linux.&lt;BR /&gt;&lt;BR /&gt;for one of my project i need samething which is to copy file from linux to windows and run exe in windows like batch file.....&lt;BR /&gt;&lt;BR /&gt;i cannot use samba because its size is more,&lt;BR /&gt;&lt;BR /&gt;is anybody help me out for this.....&lt;BR /&gt;&lt;BR /&gt;thanking you......</description>
      <pubDate>Wed, 08 Jul 2009 13:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455760#M37366</guid>
      <dc:creator>Dilip Kumar C M</dc:creator>
      <dc:date>2009-07-08T13:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: copy file from linux to windows like a batch file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455761#M37367</link>
      <description>You could install and SSH server on Windows like cygwin/copssh. Use SCP to transfer the files (slow). You could enable FTP on windows, and transfer the files using ftp.&lt;BR /&gt;&lt;BR /&gt;Use winexe for linux to run remote commands or SSH if you installed cygwin.</description>
      <pubDate>Wed, 08 Jul 2009 14:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455761#M37367</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-07-08T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: copy file from linux to windows like a batch file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455762#M37368</link>
      <description>Hi, &lt;BR /&gt;I never do it, but it seem that winexe could maybe run exe directly from linux&lt;BR /&gt;&lt;A href="http://eol.ovh.org/winexe/" target="_blank"&gt;http://eol.ovh.org/winexe/&lt;/A&gt;&lt;BR /&gt;You could also search about remote shell on windows from linux "cygwin on windows"&lt;BR /&gt;To copy you could use rsync.&lt;BR /&gt;Hope it helps</description>
      <pubDate>Wed, 08 Jul 2009 14:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455762#M37368</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-07-08T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: copy file from linux to windows like a batch file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455763#M37369</link>
      <description>Thanks a lot for your reply, i will try with winexe, hope it will works....</description>
      <pubDate>Thu, 09 Jul 2009 10:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455763#M37369</guid>
      <dc:creator>Dilip Kumar C M</dc:creator>
      <dc:date>2009-07-09T10:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: copy file from linux to windows like a batch file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455764#M37370</link>
      <description>I've used SCP, SFTP, FTP, and rsync.  I can't say that one is any better than another.</description>
      <pubDate>Thu, 09 Jul 2009 14:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455764#M37370</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2009-07-09T14:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: copy file from linux to windows like a batch file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455765#M37371</link>
      <description>Install and setup the openssh port for windows. It has a very small footprint. &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;You will then be able to scp files from linux to windows.</description>
      <pubDate>Thu, 09 Jul 2009 18:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455765#M37371</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-07-09T18:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: copy file from linux to windows like a batch file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455766#M37372</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;winexe will execute command in a remote windows machine-one part is over.&lt;BR /&gt;&lt;BR /&gt;but my requirement is i need to copy file from linux to remote windows machines and then i need to execute those things in that machine.&lt;BR /&gt;winexe will execute files and exe which is there in windows machine but i need to copy those things from 1 linux to 100 windows machine at a time, this is my job.&lt;BR /&gt;&lt;BR /&gt;i can't individually install anything in remote windows machines,only thing is from linux only i need to install and run the application. &lt;BR /&gt;&lt;BR /&gt;Anybody has any solution to this problem...???&lt;BR /&gt;thanking you.....</description>
      <pubDate>Tue, 14 Jul 2009 08:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-file-from-linux-to-windows-like-a-batch-file/m-p/4455766#M37372</guid>
      <dc:creator>Dilip Kumar C M</dc:creator>
      <dc:date>2009-07-14T08:54:38Z</dc:date>
    </item>
  </channel>
</rss>

