
May 29th, 2008, 02:47 AM
|
|
Contributing User
|
|
Join Date: Nov 2007
Posts: 154
Time spent in forums: 17 h 16 m 9 sec
Reputation Power: 3
|
|
ASP and FTP commands to use CHMOD or similar
ASP and FTP commands to use CHMOD or similar to change folder permissions before uploading a file via a web form?
Is there a script or commands that can do this?
Are there any other settings that is avaiable on a domain that can make sure that the user has access even though the folders are set to "0755"?
This is all from a web form in a controlled area with Username and Password.
I know that this is possible in PHP with two systems:
suPHP (installed by hosts with a rewrite_module or ftp_module not really sure) or
FTP modules (I write a script with this "$conn = ftp_connect("$host");,blah blah...")
Any ideas unless you have something already?
Cheers
__________________
Amateurs ... Built the ark.
Professionals ... Built the Titanic.
|