Problem in copy
Posted: Wed Feb 04, 2009 1:59 am
Hi There,
I have problem of copy file from xxx.xxx.x.xx1 to xxx.xxx.x.xx2 so please help me How should i write a code for that.
code i written for is like
$file = \\xxx.xxx.x.xx1\foldername\file123.wav
$newfile = /newfl/file123.wav
if(!copy($file,newfile))
{
echo "Error in copy";
}
I have problem of copy file from xxx.xxx.x.xx1 to xxx.xxx.x.xx2 so please help me How should i write a code for that.
code i written for is like
$file = \\xxx.xxx.x.xx1\foldername\file123.wav
$newfile = /newfl/file123.wav
if(!copy($file,newfile))
{
echo "Error in copy";
}