Moving files from one server to another
I have a peculiar scenario wherein I would like to move files from a specific folder on one system to another both Windows Server 2003 which are on different domains. I wrote
a batch script for creating a Mapped drive and moving the files on to the destination system and everything is working fine only if I am logging in to the destination server. I would like to know if there is any other way this would work even if I am not logged
in to the destination system.Vinay Kumar Redishetty
August 24th, 2012 11:46am
You would have to create a share on the destination that has no security, try giving 'Everyone' read/write access.
Free Windows Admin Tool Kit Click here and download it now
August 24th, 2012 1:59pm
You can use ROBOCOPY to get this done easily.
Refer the technet site to get more details
http://technet.microsoft.com/en-us/library/cc733145(v=ws.10).aspxShaba
August 24th, 2012 2:23pm
You can use ROBOCOPY to get this done easily.
Refer the technet site to get more details
http://technet.microsoft.com/en-us/library/cc733145(v=ws.10).aspxShaba
Free Windows Admin Tool Kit Click here and download it now
August 24th, 2012 2:29pm
Thanks Shaba. I thought of Robocopy however the problem is that the Server does not have Robocopy. I could not install that as I would need permission from the client to install it. Are there any known issues when we install Robocopy from Microsoft Resource
Kit.
Thanks,
VinayVinay Kumar Redishetty
August 28th, 2012 8:50am
No there are no issues using Robocopy. http://www.arabitpro.com
Free Windows Admin Tool Kit Click here and download it now
August 28th, 2012 9:16am
I work in
Robocopy. And I'm very happy.
August 28th, 2012 5:00pm
Vinay,
Did it worked?Shaba
Free Windows Admin Tool Kit Click here and download it now
August 29th, 2012 5:02am
I am waiting on confirmation from client to proceed with installing the Robocopy from Microsoft Resource Kit.
Thanks for checking. I will ensure to inform you on the progress.
Thanks,
Vinay
Vinay Kumar Redishetty
August 30th, 2012 9:17am
Hi Shaba,
I finally got the approval from client and installed the Robocopy and when I try to execute it, I am getting an error 1326 (Logon Failure: Unknown User Name or Bad Password). The issue here is the Login for both the servers are different and we
would not be able to add the user of 1 server on the other. Any inputs would be greatly appreciated.
Thanks,
VinayVinay Kumar Redishetty
Free Windows Admin Tool Kit Click here and download it now
August 31st, 2012 3:47pm
I don't see a direct switch for providing credentials. Try if you can share a folder on the destination server and give read write access to the user account used in the source server.Shaba
August 31st, 2012 5:03pm


