Hi,
I couldn't find anywheres to post this, but I want this to give a php script the userID of the folder that contains it. I want to set the chmod to 4000 (or does that mean that no-one can view it? would 4744 work as I expect?) Anyways, How would I go about changing the chmod? I can change it with ws_ftp to 744, but that's check boxes n junk. I can't change it to *4*744.
I tried using ftp from the command prompt on Windows, but that doesn't seem to have any chmod commands... I tried using PHP's ftp_chmod command, but I get "Undefined function" errors.
What can I do!?!
Woe is Me!