CHGRP in PHP -- Anyone Able To Make It Work
Posted
by Dr. DOT
on Server Fault
See other posts from Server Fault
or by Dr. DOT
Published on 2010-03-10T17:57:46Z
Indexed on
2010/03/11
18:24 UTC
Read the original article
Hit count: 262
I have tried PHP's ftp_site($ftpStream, 'chgrp nobody '.$directory) but I cannot get it to work. Does anyone out there have any success changing a directories group via ftp_connect() in PHP? Thanks.
© Server Fault or respective owner