pix Posted November 12, 2005 Posted November 12, 2005 I want to let people upload contributions via ftp, without being able to see the other contributions? Is that possible? I tried creating a user ftp account and then setting the permissions to that folder to only "write". That hid the contents from the user, but it also hides it from me, the owner/administrator. Is there a way to do this? TIA Quote
TCH-Bruce Posted November 12, 2005 Posted November 12, 2005 The only way you would be able to do this is with an upload script where they upload through the browser. Check hotscripts.com for an upload script ot you can try this one. http://www.perlscriptsjavascripts.com/perl/upload_lite/ Quote
pix Posted November 12, 2005 Author Posted November 12, 2005 The only way you would be able to do this is with an upload script where they upload through the browser. Check hotscripts.com for an upload script ot you can try this one. http://www.perlscriptsjavascripts.com/perl/upload_lite/ Thanks for the reply. Looks like upload_lite is tested for files up to 36 MB and we'll need to handle larger (video) files. Would this workaround work? I set the permissions to only "write" for the drop folder, and once in a while, I change them back to "read" so I can see what's there and move them out? Quote
TCH-Bruce Posted November 12, 2005 Posted November 12, 2005 Would this workaround work? I set the permissions to only "write" for the drop folder, and once in a while, I change them back to "read" so I can see what's there and move them out? Theoretically yes. Quote
pix Posted November 12, 2005 Author Posted November 12, 2005 Theoretically yes. Thanks. Will go with it. A little of a management overhead but easy to implement. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.