move/copy files across servers
I need to be able to move/copy files from one server to another. The application should sit on the server the files are being moved to.
However how do I get access to the other servers that is secure? I am creating a dll that will be used by another applciation on the same server. This application is going to gather information and then pass it off to the dll. The dll then needs to take that file and move/copy (form anywhere) it to the current server. I am trying to centralize certain documents so if a process fails there is 1 place to look.
Are there any suggestions? Is this crazy talk?
Thanks.
Re: move/copy files across servers
Quote:
Is this crazy talk?
No, but it is rather unclear what you are tring to do.
A shared network folder would do what you want [or at least what I am guessing at since your post does not go into detail]