<?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 automatically in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316561#M186629</link>
    <description>You can write a script (or put it into crontab if the files are generated on regular basis), then run the script every time you want to move those files.&lt;BR /&gt;&lt;BR /&gt;Besides, I think there's a FTP server for Windows, but is a purchaseable product from 3rd-party vendor. However, I think if you're running SAMBA or (CIFS) all along, you may tag to it as well.</description>
    <pubDate>Mon, 28 Jun 2004 02:57:51 GMT</pubDate>
    <dc:creator>Mei Jiao</dc:creator>
    <dc:date>2004-06-28T02:57:51Z</dc:date>
    <item>
      <title>move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316558#M186626</link>
      <description>In my unix system , there are some fax files generated from the database , then these fax files need to be be moved to the windows fax server to fax out , now we  do it manually , is there any good method / command ( except samba ) that can move the files from unix server to windows server automatically ? thx.</description>
      <pubDate>Mon, 28 Jun 2004 02:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316558#M186626</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-28T02:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316559#M186627</link>
      <description>Two methods immediately come to mind.&lt;BR /&gt; &lt;BR /&gt;The simplest is to have a cron job that moves the files on a regular basis.&lt;BR /&gt; &lt;BR /&gt;The second is to use samba to share the fax directory between windows and unix.  This way, when th eunix system writes the files, they will immediately available to windows.</description>
      <pubDate>Mon, 28 Jun 2004 02:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316559#M186627</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-28T02:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316560#M186628</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;if use cron , what command is good for it ? thx</description>
      <pubDate>Mon, 28 Jun 2004 02:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316560#M186628</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-28T02:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316561#M186629</link>
      <description>You can write a script (or put it into crontab if the files are generated on regular basis), then run the script every time you want to move those files.&lt;BR /&gt;&lt;BR /&gt;Besides, I think there's a FTP server for Windows, but is a purchaseable product from 3rd-party vendor. However, I think if you're running SAMBA or (CIFS) all along, you may tag to it as well.</description>
      <pubDate>Mon, 28 Jun 2004 02:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316561#M186629</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2004-06-28T02:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316562#M186630</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could create a ftp script and a cron entry to copy the file to a windows server.&lt;BR /&gt;&lt;BR /&gt;ftp -n &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;open XXX.X.XX.XX&lt;BR /&gt;user name passwd&lt;BR /&gt;bi&lt;BR /&gt;lcd /dir &lt;BR /&gt;mput files &lt;BR /&gt;EOF &lt;BR /&gt;&lt;BR /&gt;or you could install cifs (samba based) software on both servers.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 28 Jun 2004 03:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316562#M186630</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-28T03:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316563#M186631</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could create a ftp script and a cron entry to copy the file to a windows server.&lt;BR /&gt;&lt;BR /&gt;ftp -n &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;open XXX.X.XX.XX&lt;BR /&gt;user name passwd&lt;BR /&gt;bin&lt;BR /&gt;lcd /dir &lt;BR /&gt;mput files &lt;BR /&gt;EOF &lt;BR /&gt;&lt;BR /&gt;or you could install cifs (samba based) software on both servers.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 28 Jun 2004 03:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316563#M186631</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-28T03:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316564#M186632</link>
      <description>thx suggestions,&lt;BR /&gt;&lt;BR /&gt;except ftp , is there any other command is good also ? is 'rcp' can do that ? Thx.&lt;BR /&gt;&lt;BR /&gt;because ftp ask userid and password , I think it is not too good in my case , and I need to install the ftp server , so I don't want to use it . &lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Mon, 28 Jun 2004 03:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316564#M186632</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-28T03:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: move files automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316565#M186633</link>
      <description>Best way is probably rsync.  That will let you keep the directory on UNIX and on NT in constant sync, without having to "poll" the directory frequently from cron.&lt;BR /&gt;&lt;BR /&gt;Get HPUX rsync here: -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.5.7/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.5.7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The windows part can be gotten here: -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://samba.anu.edu.au/rsync/" target="_blank"&gt;http://samba.anu.edu.au/rsync/&lt;/A&gt;</description>
      <pubDate>Mon, 28 Jun 2004 03:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-files-automatically/m-p/3316565#M186633</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-06-28T03:43:21Z</dc:date>
    </item>
  </channel>
</rss>

