I have an IIS located on serverA
I have userA at locationA who has opened a content management system site, hosted on serverA.
One of the features of the system is that it allows the user to move a file to LocationB, all within the same network. Now when this move occurs and due to bandwidth restrictions, would this file move from LocationA to serverA to LocationB or is there a way for me to move the file from LocationA to LocationB without going through serverA, i.e using local memory on serverA
I am not using BITS at the moment.