Copy files between two windows machines on seperate domains

Posted by Simon on Server Fault See other posts from Server Fault or by Simon
Published on 2010-02-15T05:26:24Z Indexed on 2010/03/19 7:01 UTC
Read the original article Hit count: 270

I need to copy several database backups between two computers.

The source computer initiates the copy and is a Windows 2000 pc and is a member of domain1.

The destination machine is running Windows Server 2000 and is a member of domain2.

The machines are on separate networks physically connected via a firewall.

The files are currently copied via ssh with http://sshwindows.sourceforge.net/ installed on the destination machine.

There is no need to encrypt the contents during the copy, however the passwords should not be sent in the clear.

I am looking for a way to copy the files without having to install a server on the destination.

I specifically need help with how to set up the permissions and what ports would need to be opened on the firewall.

© Server Fault or respective owner

Related posts about active-directory

Related posts about Windows