• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need help on setting up a upload only ftp server on linux.

mcveigh

Diamond Member
I am testing out this on a suse9.0 box, I have installed pure-ftpd as my ftp server and I can login as myself and see my home directory.
what I want is to create a directory for uploads only, nothing can be downloaded from it.
I am not sure how to do thins, I can't find documentiation on it.

also does anyone reccomend any other ftp server?
thanks!
 
A simple way to do that is allow only write+execute permissions on the directory, they'll be able to chdir into it and upload something but getting a directory listing will fail.
 
ProFTPd is capable of this. I find its configuration is pretty easy given that all its config files are done similar to apache.
 
Back
Top