refiking Posted January 5, 2008 Share Posted January 5, 2008 here is the message I got when I ran a file upload script: Warning: copy(MICROSOFT.txt): failed to open stream: Permission denied in /home/refiking/public_html/test/processFiles.php on line 9 MICROSOFT.txt | could not be uploaded! What permission do I need? How can I change it? What do I need to change it to? Quote Link to comment https://forums.phpfreaks.com/topic/84669-solved-permission-denied/ Share on other sites More sharing options...
mentalkieran Posted January 5, 2008 Share Posted January 5, 2008 0777 permission should do you Login to your FTP and CHMOD the file. Quote Link to comment https://forums.phpfreaks.com/topic/84669-solved-permission-denied/#findComment-431506 Share on other sites More sharing options...
refiking Posted January 6, 2008 Author Share Posted January 6, 2008 OK. How do I CHMOD a file and what file should I CHMOD? Quote Link to comment https://forums.phpfreaks.com/topic/84669-solved-permission-denied/#findComment-431597 Share on other sites More sharing options...
chronister Posted January 6, 2008 Share Posted January 6, 2008 grab CoreFTP (I mention this one cause I know it and it's free )... connect to your host, right click on the folder that you are trying to copy to. choose properties and set the number to 0755. That should fix your problem with uploading/copying Nate Quote Link to comment https://forums.phpfreaks.com/topic/84669-solved-permission-denied/#findComment-431653 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.