Forum Moderators: mack
Any suggestions on how I go about doing it? My host uses WEBppliance 3.1 for the admin interface, and I don't really want the user to have a full-blown user account which is the only option that this seems to offer.
I can't see any other way of creating users other than using the site admin page, and that creates mail accounts and home directories. I've noticed that if a user has a home directory, that they can browse up and down the document root structure at will, which is undesirable.
The security issue isn't critical, as it's only game mods in progress to be shared among the development team, but I'd still like to restrict ftp access to a single directory.
I found a script on Hotscripts that seems to offer the necessary functions. It's only a short script, but I figured that if the user is going to be logged in to the secured area anyway, through a separate set of php scripts, then a simple upload/download page will suffice.
I'll try it out tomorrow on my test server. Thanks for the help guys :-)
I can upload ok now, but am hitting the max file size limits in php. My host doesn't allow access to the php.ini file, so I've added a couple of lines to the .htaccess file to override. Just trying that now :-)