Hi all,
I am currently developing a web based CMS online and I've used the following for changing mode attribute:
ftp_site($conn, "chmod $new_mode $file");
and that works fine.
Can anybody tell me how to display the mode attribute for $file, so this will give the option for the user to display the mode attribute before changing mode..
Thx