FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Folder Permissions
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Folder Permissions [message #178968 is a reply to message #178966] Tue, 28 August 2012 13:08 Go to previous messageGo to previous message
The Natural Philosoph is currently offline  The Natural Philosoph
Messages: 993
Registered: September 2010
Karma:
Senior Member
BigNate wrote:
> Hi folks I have an site I've set up where I create a directory using
> PHP using mkdir(). That works great and I'm writing files within it
> using the same script. The problem I came across this morning is
> while manually moving files from an old version to the new directory
> via ftp. I'm getting a permissions error saying Access is denied. I
> believe it is due to the owner of the folder that I created using
> mkdir()

That will be the web server permissions

> is different than the one I'm using to copy the files to,

Copy files WITH - that will be your FTP login....


> but
> I'm not sure how to fix this. Can I change it while creating the
> directory in the first place

A chmod should work within a php script

chmod("directory name", 0777);

should work.

You only need do it once.




or is it possible to modify it in cpanel
> for a short time so I can copy my files and then change it back? Any
> help would be appreciated.
>

CPANEL? WTF is that?

> If you have any ideas or need more info, please let me know.


--
Ineptocracy

(in-ep-toc’-ra-cy) – a system of government where the least capable to
lead are elected by the least capable of producing, and where the
members of society least likely to sustain themselves or succeed, are
rewarded with goods and services paid for by the confiscated wealth of a
diminishing number of producers.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Sending nothing when function expects variable
Next Topic: Re: XMLHttpRequest: POST with Data
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 10:55:11 GMT 2024

Total time taken to generate the page: 0.04957 seconds