Jump to content

Problem function copy() permission denied


heldi

Recommended Posts

Please help:
Function copy () is a PHP function to copy files from one directory to another directory.
 
Script php :
 
<?php
$dira='C:\Documents and Settings\admiN\Desktop\aaa\1.txt';  ---> Path Source (computer A)
$dirb='\\\\server\\serversavegame\\1.txt';  ---> Path Destination (computer B)
copy($dira,$dirb); ---> function copy()
?>

 

Folder in source path and destination path I have shared with all the network status allow to change my files. But when I was running still error, the error description:

 

Warning: copy(\\server\serversavegame\1.txt) [function.copy]: failed to open stream: Permission denied in C:\xampp\htdocs\tesdir\index.php on line 4

 

Please help

thanks

Link to comment
https://forums.phpfreaks.com/topic/279704-problem-function-copy-permission-denied/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.