/ Published in: PHP
Hello friends.
I've create this script for you to change directories permissions without connecting them via Ftp Prog.
Thanks.
[En Yeni Oyunlar](http://www.yeni-oyun.com)
I've create this script for you to change directories permissions without connecting them via Ftp Prog.
Thanks.
[En Yeni Oyunlar](http://www.yeni-oyun.com)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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.