I search for any tool or batch command that allow me to copy file /folder from my local machine in a domain to a location in another remote server in different domain ?
feedback
|
|
You could probably write a batch file to map a network drive to the remote server, specifying the domain\username and password, then use xcopy or roboocopy to do the copying.
Something like that should do the trick, as long as you have sufficient permissions to map the drive. If you need to pass through a VPN or some such, it may be a bit harder. | |||
|
feedback
|