|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Moving/Copying files from linux box to win box
I have two servers running on a lan.
The linux server is used to receive files from the net The win server is used 'in house' to process the files. What I want to do is have the received files on the linux server moved or copied to the win server in a semi or fully automated process. The goal is to allow access to the files on the win server from each point on the lan. Is there some simple process to achieve this? Cheers Brad |
|
#2
|
||||
|
||||
|
On the Windows machine you could run a scheduled task which could run a batch script, in which you could use a command such as xcopy to copy the files from the Linux machine to the Windows machine. Not sure if that's what you mean.
|
|
#3
|
|||
|
|||
|
You'll probably need samba on the linux box, unless you want to use some other file transfer mechanism like ftp or scp
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#4
|
|||
|
|||
|
The scheduled task sounds like the best option I guess
Thanks for that. To complicate things most of this is controlled from another server. Cheers Brad |
![]() |
| Viewing: Dev Shed Forums > System Administration > Networking Help > Moving/Copying files from linux box to win box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|