.net - how i can change file permission in php or magento? -


i have 1 application running on 2 platform i.e .net , php. product created .net(on windows) server , saved on php(on linux) server. want copy file programmatically when accessing file fails.. permission denied. gave 777 permission both side while creating , accessing. know solution?

http://www.php.net/chmod

attempts change mode of specified file given in mode. 

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -