I would suggest adding to the Copy command:

Assuming permissions are correct, the following will copy file.txt to the remote server

COPY "MyDir\file.txt" "\\remote-server\c$\temp"


or something to that effect.