/ Published in: PHP
Hello friends.
I've create this script for you to change directories permissions without connecting them via Ftp Prog.
Thanks.
Expand |
Embed | Plain Text
<code> // Define variables $server = "abc.com" ; $user = "abcuser" ; $password = "abspass" ; // Create Ftp Connection via FTP // Login to your system // Create a directory // Change permissions of created directory // Close FTP connection </code> I hope it will be useful for your projects.
You need to login to post a comment.
