Forum Discussion
Document management - Copy/Move between SharePoint sites?
Thanks for the reply.
This is a little confusing however, as the user experience in a large percentage of situations finds users wanting to move files from one location to another, just like you do when you are on your computer... very seldom do you 'copy' files from one folder/drive to another, you 'move' them.
So I would think that user experience should be present across all user portals yes?
the "technical" move process is kind of dangerous for onPrem, since you're preserving the previous security permissions (on NTFS) and are possibly locking out users from that file/folder that was moved.
The copy process instead inherits the targets security permissions.
This might be the reason why SharePoint is not offering them, they could possibly implemented the feature identical to NTFS behaviour. This is just an assumption though.
I always wished that Moved would in reality be a "copy and then remove old" process.