I am trying to transfer over a large file using remote desktop. I end up getting this error from the image below. Source computer is a windows 7 laptop and destination is a windows 2012R2 server.
Note: I was able to send small files over but when it comes to the larger files, I get this error or the RDP disconnects. Any clue? (Error: 0x800703E3)
Error message is:
An unexpected error is keeping you from copying the folder. If you continue to receive this error, you can use the error code to search for help with this problem.
Error 0x800703e3: The I/O operation has been aborted because of either a thread exit or an application request
file.zip Type: Compressesd (zipped) Folder Size: 1.09 GB Date Modified: 2/1/2018 4:11 PM
Try Again, Skip, Cancel
I resolved this by transferring the files using the command xcopy from the power shell. Ultimately, I think moving files over with a shared drive resolve the issue.
xcopy [source path] [destination path]
User contributions licensed under CC BY-SA 3.0