This is inspired by Does File.Copy() from a network share to another share on the same machine copy the file over the network?
Is it possible, in .NET, for a client to get the server to copy a server file to a different location on the same server without round tripping the file via the client?
Is there any in-build support for this kind of operation, and if not, how would you go about enabling such a thing?