Hi all,
can anybody please tell me whether is it possible that through windows service we can able to move file from one machine to another....???
what i made is
first i checked with normal windows application ,by creating a mapped drive to my machine.
ex:- Y:\ and i was able to move files to another machine(which is a mapped drive\folder).
second i made it as an .exe which runs as a process ,this also works fine.
but through windows service i am not able to do .....
i tried another option as file.copy to mapped folder then delete the file in local system
but this also doesn't worked.
windows service is specific to one machine is it true....?
please help me if i can move the file from one machine to another using windows service..
Thanks in advance
naresh.