I am trying to copy files from a laptop on Win7 to a desktop on XP. Typically the files on the laptop are encrypted, files on desktop are not.
When copying encrypted file from laptop to desktop with robocopy \\HP-I5\John's_Docs \\8QLKV21\My_Docs /S /R:0, I get ERROR 5, Access Denied.
If I add the /BZ switch and run as administrator, I get ERROR 6000, Specified file could not be encrypted. If I remove the encryption from the laptop files, they copy OK. Any idea on how to fix this?