Hi all, Over the weekend I have created an FTP Server for Sling [1]. It uses Apache Mina FTP Server internally exposing the Sling Resource Tree as the file system. As such, it just uses the Resource API.
Except for the User Management part: Here the Jackrabbit User Management is used. In a plain installation with the Jackrabbit Server bundle, this works great. I think we could move that from my white board [1] to either the contrib folder or the main bundle area. WDYT ? How to use: Compile and deploy and then create configuration -- The FTP Server requires configuration to be active. Default values for users are in the configuration. Some values (like general ability to login, throughput) can be configured on a per-user basis. Regards Felix [1] http://svn.apache.org/repos/asf/sling/whiteboard/fmeschbe/ftpserver
