I am considering using ftpdlib to run an ftp server. I am currently considering letting ftpdlib control all my user permission so I can use virtual directories. However in the documentation it is not clear how to go about doing this, I was thinking about storing the users in a database, but I don't know how I would update the users and virtual files in ftpdlib with out restarting the program.

Is there a more elegant solution for this?

Also the documentation is a bit short coming around users in general, google searches are not turning up much either. Any one aware of a good implementation example?

Thanks, C.G.

link|improve this question

77% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.