RE: [PHP-WIN] copy function

2003-12-19 Thread Svensson, B.A.T. (HKG)
What's wrong with FTP? -Original Message- From: Omar To: [EMAIL PROTECTED] Sent: 2003-12-19 00:17 Subject: [PHP-WIN] copy function Is there a way to copy a file from 1 server to a different one? I have this code in a win 2k server, and i try to copy the file to a win NT server

[PHP-WIN] copy function

2003-12-18 Thread Omar
Is there a way to copy a file from 1 server to a different one? I have this code in a win 2k server, and i try to copy the file to a win NT server: if (is_file($file_att)) if (copy($file_att,'\servername\folder\'.$file_name)) echo "succesful"; else echo "failure"; It gives me this war