<?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: move files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601521#M19110</link>
    <description>If you would like to use ftp then install ftp server in your windows. Automate file transfer from linux to windows machine like,&lt;BR /&gt;&lt;BR /&gt;ftp -n -i &lt;WINDOWS-MACHINE&gt; &amp;lt;&amp;lt;-EOF&lt;BR /&gt;user &lt;USERNAME&gt; &lt;PASSWD&gt;&lt;BR /&gt;cd &lt;DIRECTORY&gt;&lt;BR /&gt;lcd &lt;DIRECTORY&gt;&lt;BR /&gt;bin&lt;BR /&gt;mput *&lt;BR /&gt;bye&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/DIRECTORY&gt;&lt;/DIRECTORY&gt;&lt;/PASSWD&gt;&lt;/USERNAME&gt;&lt;/WINDOWS-MACHINE&gt;</description>
    <pubDate>Fri, 12 Aug 2005 00:48:56 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-08-12T00:48:56Z</dc:date>
    <item>
      <title>move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601515#M19104</link>
      <description>I want to move files from Linux to windows regularly , is there any tools / application ( perferably it is a free software ) that I can install at windows side to do it ? thx</description>
      <pubDate>Thu, 11 Aug 2005 05:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601515#M19104</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2005-08-11T05:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601516#M19105</link>
      <description>Several tools all free.&lt;BR /&gt;&lt;BR /&gt;The windows sharing filesystem is based on CIFS, which is what Samba is based on.&lt;BR /&gt;&lt;BR /&gt;Samba is build into the Linux operating system.&lt;BR /&gt;&lt;BR /&gt;You set up shares in the smb.conf file, then:&lt;BR /&gt;&lt;BR /&gt;service smb start  or restart&lt;BR /&gt;&lt;BR /&gt;and you have shares that linx can mount.&lt;BR /&gt;&lt;BR /&gt;cifsclient or smbclient that is build into to linux can connect to windows shares.&lt;BR /&gt;&lt;BR /&gt;You don't actually need to install anything since Samba is default on most Linux distribution install programs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Aug 2005 06:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601516#M19105</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-11T06:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601517#M19106</link>
      <description>there were *many* bugs in RHEL's kswapd  (&lt;A href="http://www.google.com/search?hl=en&amp;amp;q=kswapd+rhel+bug)." target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;q=kswapd+rhel+bug).&lt;/A&gt;&lt;BR /&gt;I suggest you to upgrade to current RHEL3 upd 5&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 11 Aug 2005 06:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601517#M19106</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-11T06:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601518#M19107</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Samba server on Linux helps you to share the file system to Windows. So, on windows you can map and get the files to be moved.&lt;BR /&gt;&lt;BR /&gt;OR.&lt;BR /&gt;&lt;BR /&gt;You can mount the Windows Share on to the Linux and keep coping the files to the mounted directory.&lt;BR /&gt;Here is the syntax for mounting the windows share on the linux:&lt;BR /&gt;&lt;BR /&gt;# mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;If you go for RFTP helps to GUI Based drag and drop feature using ftp service.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Thu, 11 Aug 2005 07:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601518#M19107</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-11T07:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601519#M19108</link>
      <description>You should know that there is a limit of 2 GB when you copy a file (greater then 2 GB)  from an Ext3 file sytem to a mounted smb share with smbmount. &lt;BR /&gt;&lt;BR /&gt;I don't the kernel version (if any) that supports more than 2GB file sizes for smbfs.</description>
      <pubDate>Thu, 11 Aug 2005 08:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601519#M19108</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-11T08:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601520#M19109</link>
      <description>thx all replies , &lt;BR /&gt;&lt;BR /&gt;But except samba , is there any other tools can do it ? thx</description>
      <pubDate>Thu, 11 Aug 2005 22:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601520#M19109</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2005-08-11T22:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601521#M19110</link>
      <description>If you would like to use ftp then install ftp server in your windows. Automate file transfer from linux to windows machine like,&lt;BR /&gt;&lt;BR /&gt;ftp -n -i &lt;WINDOWS-MACHINE&gt; &amp;lt;&amp;lt;-EOF&lt;BR /&gt;user &lt;USERNAME&gt; &lt;PASSWD&gt;&lt;BR /&gt;cd &lt;DIRECTORY&gt;&lt;BR /&gt;lcd &lt;DIRECTORY&gt;&lt;BR /&gt;bin&lt;BR /&gt;mput *&lt;BR /&gt;bye&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/DIRECTORY&gt;&lt;/DIRECTORY&gt;&lt;/PASSWD&gt;&lt;/USERNAME&gt;&lt;/WINDOWS-MACHINE&gt;</description>
      <pubDate>Fri, 12 Aug 2005 00:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601521#M19110</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-08-12T00:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601522#M19111</link>
      <description>You can use NFS for windows - there few  products , include MS Windows for UNIX services</description>
      <pubDate>Fri, 12 Aug 2005 01:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601522#M19111</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-12T01:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601523#M19112</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are several ftp utilities available. Whcih are free on net. Some utilities allows you to schedule the file transfer...&lt;BR /&gt;&lt;BR /&gt;Try cuteftp or bulletftp etc...&lt;BR /&gt;&lt;BR /&gt;Cheers!!!&lt;BR /&gt;eknath</description>
      <pubDate>Fri, 12 Aug 2005 01:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601523#M19112</guid>
      <dc:creator>Eknath</dc:creator>
      <dc:date>2005-08-12T01:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601524#M19113</link>
      <description>Except ftp , samba , is there other method can transfer file from ux to windows , is there any tools that support rcp file to windows ? thx</description>
      <pubDate>Wed, 17 Aug 2005 04:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601524#M19113</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2005-08-17T04:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601525#M19114</link>
      <description>there are a lot of rcp/scp utils for MS Windows - you may google for this.&lt;BR /&gt;BTW, MS Services for UNIX provides such utils too.</description>
      <pubDate>Wed, 17 Aug 2005 04:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601525#M19114</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-17T04:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601526#M19115</link>
      <description>scp, ftp, samba, http, nfs.. they are the major's..  If you want more obscure, you've also got tftp.&lt;BR /&gt;&lt;BR /&gt;As you're moving from Linux to Windows, you'd need some kind of service listening on the windows box, for all apart from 'smbclient' (and associated 'smbfs' tools) from the samba package set.&lt;BR /&gt;&lt;BR /&gt;If you've got IIS on your windows box, then you've got 'ftp' available, or HTTP with the appropraite backend script.&lt;BR /&gt;&lt;BR /&gt;Take your pick, and try one.  There are plenty of NFS servers and clients about.  If you're willing to put 'cygwin' on your windows machine, SSH isn't out of the equasion either (or one of the dedicated services like &lt;A href="http://sshwindows.sourceforge.net/" target="_blank"&gt;http://sshwindows.sourceforge.net/&lt;/A&gt; ).</description>
      <pubDate>Wed, 17 Aug 2005 07:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601526#M19115</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-08-17T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: move files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601527#M19116</link>
      <description>hi&lt;BR /&gt;configure samba, make the windows and linux system in a same workgroup&lt;BR /&gt;&lt;BR /&gt;from windows map linux system partion .&lt;BR /&gt;&lt;BR /&gt;and then  you can move th files or if you want to scheduled this you can use windows schedulder services&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Aug 2005 03:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-files/m-p/3601527#M19116</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-08-19T03:30:09Z</dc:date>
    </item>
  </channel>
</rss>

