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.