![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| transfer file from unix to windows on same PC | monika | UNIX for Dummies Questions & Answers | 4 | 05-28-2008 06:35 AM |
| File transfer between unix and windows viceversa | mohanpadamata | Windows & DOS: Issues & Discussions | 3 | 02-18-2008 11:28 AM |
| Transfer file from local unix server to remote server | indira | Shell Programming and Scripting | 2 | 05-03-2007 06:35 AM |
| Transfer file from local unix server to remote server | indira | HP-UX | 2 | 05-02-2007 05:15 PM |
| Transfer files from Unix server to Windows using FTP | gjsaravanan | UNIX for Dummies Questions & Answers | 1 | 08-22-2005 07:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
File transfer between unix and windows server
hi all,
I have two server(Unix tru64 and windows 2003 server). these server's live running now. The win2003server doesn't have ftp server. Also Unix server doesn't have samba. if both server's have ftp server that no problem. How to transfer file from windows server to unix by every minute? (in share folder) |
|
||||
|
From experience. There will be significant timing issues with this project.
***Will you run the transmit end as a loop within a script, or as a cron job?*** Will you run the controlling end (presumably windows) as a loop within a script or as a scheduled job? On the transmit (unix) end the file will show in a directory listing when it is opened, so how will you prevent the ftp process from transmitting a partial file? On the receive end(Windows), the file will not show in a directory listing until it is closed. If you repeat file names, the windows end will not replace an open file. If the file takes longer than one minute to transmit, how will you handle the next loop. Other considerations: email the file, and create an email recipient that is a process. Create an LPR/LPD printer and have the Windows print driver be the receiving process. Last edited by jgt; 02-08-2008 at 10:51 AM.. Reason: Change ftp server from transmit end to receive end |
| Sponsored Links | ||
|
|