Tibor
Tibor

Reputation: 589

copying files in a network

I have three computers at my network: A, B and C.

I am working from A, where I have a X: unit and Y: unit. X: points to a shared folder from B. Y: point to a shared folder from C.

I want to copy a file from X: to Y:. It is the same than I want to copy from B to C, but making the operation from A.

So the question is: Does traffic goes from B to C directly, or does the traffic goes from B to A and from A to C?

Thanks.

Upvotes: 0

Views: 130

Answers (1)

NPE
NPE

Reputation: 500357

If you just use standard Windows copy tools, the traffic will from B to A and then from A to C.

Upvotes: 2

Related Questions