/**
* Copy a file from one site to another.
*
* Error I get "The selected file files/Snap1.png could not be uploaded, because the destination is not properly configured."
*/
$path = 'files/Snap1.png';
$result =
file_copy($path,
'http://example.com/files/test.png');