Hello, I am trying to write a set of scripts that will allow multiple users to log in via one generic login url (htaccess) and once they are in they can use forms to type in a url of a file on the internet, the scripts will get that file and put it into their personal webspace on the local server and make it available via http://servername/username. I have the login and the $remote_user variable shows their username that they loged in with. I want them to own their home directory for security purposes, but if I use getstore, it will only work if the directory it is saving too is owned by 'www' . I have looked into suEXEC, but that doesn't seem to fit my needs being that it must be in a virtual host or a public_html directory. Does anyone have any idea how I can do this?
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>