moving a file
Posted: Thu Oct 31, 2002 1:59 am
I have problems with moving a file from one server to the other. I get the message permission denied. And I am using the following code:
Unable to open '//FAXINATION/UMC_watch/copFax/test.txt' for reading: Permission denied in <b>c:\program files\apache group\apache\faxview.php3
copy ("$QUEUE/$file","$FAXDIR/$file");
rename ("$QUEUE/$file","$SENDLOG/$file")
Another problem I have I cannot use //ex_server/test. I always have to use a driveletter otherwise it will not work. Is there a way to do it without a drive letter? And how do I get rid of the permission denied. Has this something to do with rights on the server?
Regards Pascal
Unable to open '//FAXINATION/UMC_watch/copFax/test.txt' for reading: Permission denied in <b>c:\program files\apache group\apache\faxview.php3
copy ("$QUEUE/$file","$FAXDIR/$file");
rename ("$QUEUE/$file","$SENDLOG/$file")
Another problem I have I cannot use //ex_server/test. I always have to use a driveletter otherwise it will not work. Is there a way to do it without a drive letter? And how do I get rid of the permission denied. Has this something to do with rights on the server?
Regards Pascal