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 you with a rewrite_module or ftp_module not sure) or FTP modules (I write a script with this "$conn = ftp_connect("$host");")
Any ideas unless you have something there already?
Cheers
Comments
: 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 you with a rewrite_module or ftp_module not
: sure) or FTP modules (I write a script with this "$conn =
: ftp_connect("$host");")
:
: Any ideas unless you have something there already?
:
: Cheers
:
:
Considering the machine was sectioned-off with group policy, the program or instructions needed to accomplish this would create a back door. It can be done with at least two files. One would be runat=server. The other would use an object embeded approach like javascript that haus drag-and-drop capabilities. With this, the form could facilitate such transfers
[green]WHAT you;see_is_what=you.get;[/green]
-Russ aka DangeRuss
Thanks
Cheers
: Considering the machine was sectioned-off with group policy, the
: program or instructions needed to accomplish this would create a
: back door. It can be done with at least two files. One would be
: runat=server. The other would use an object embeded approach like
: javascript that haus drag-and-drop capabilities. With this, the form
: could facilitate such transfers
:
: [green]WHAT you;see_is_what=you.get;[/green]
: -Russ aka DangeRuss