--
You received this message because you are subscribed to the "Python FTP server library" project group:
http://code.google.com/p/pyftpdlib/
To post to this group, send email to pyft...@googlegroups.com
To unsubscribe from this group, send email to pyftpdlib-...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyftpdlib
Subclassing the AbstractedFS is probably what you want to do - you can
then store your own data on a per session basis in there.
We had a slight problem because we needed to use the data from the
authorization phase to make the new AbstractedFS.
Take a look at
https://github.com/ncw/ftp-cloudfs/blob/master/ftpcloudfs/server.py
And you'll see how we did it. Not terribly elegant!
--
Nick Craig-Wood <ni...@craig-wood.com> -- http://www.craig-wood.com/nick