I am trying to move a series of folders between two SharePoint 2010 sites but am not able to do so because the file paths are too long. I read online that robocopy might be able to solve the problem but can't quite get it to work.
I have mapped both sites to my computer and am using the file path from windows explorer of the mapped sites.
I enter into my command line:
robocopy https://sharepoint.company.com/area/team/project
https://sharepoint.company.com/area/team/team name/project folder \e
The error I get is: Invalid parameter #3: "\e"
I think the issue may be to do with using robocopy with mapped drives, because when I did it with two files on my desktop it worked.
Any help would be greatly appreciated!