- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- move files automatically
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 07:49 PM
06-27-2004 07:49 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 07:52 PM
06-27-2004 07:52 PM
SolutionThe simplest is to have a cron job that moves the files on a regular basis.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 07:55 PM
06-27-2004 07:55 PM
Re: move files automatically
if use cron , what command is good for it ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 07:57 PM
06-27-2004 07:57 PM
Re: move files automatically
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 08:07 PM
06-27-2004 08:07 PM
Re: move files automatically
You could create a ftp script and a cron entry to copy the file to a windows server.
ftp -n <
user name passwd
bi
lcd /dir
mput files
EOF
or you could install cifs (samba based) software on both servers.
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 08:23 PM
06-27-2004 08:23 PM
Re: move files automatically
You could create a ftp script and a cron entry to copy the file to a windows server.
ftp -n <
user name passwd
bin
lcd /dir
mput files
EOF
or you could install cifs (samba based) software on both servers.
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 08:35 PM
06-27-2004 08:35 PM
Re: move files automatically
except ftp , is there any other command is good also ? is 'rcp' can do that ? Thx.
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 .
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 08:43 PM
06-27-2004 08:43 PM
Re: move files automatically
Get HPUX rsync here: -
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.5.7/
The windows part can be gotten here: -
http://samba.anu.edu.au/rsync/