You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Brett Bergquist (JIRA)" <ji...@apache.org> on 2010/04/27 23:06:32 UTC

[jira] Created: (FTPSERVER-372) Added an example of using a database as the filesystem backend

Added an example of using a database as the filesystem backend
--------------------------------------------------------------

                 Key: FTPSERVER-372
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-372
             Project: FtpServer
          Issue Type: New Feature
    Affects Versions: 1.0.3
            Reporter: Brett Bergquist
            Priority: Trivial
             Fix For: 1.0.3


This will be a sample of using a database as the filesystem backend.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FTPSERVER-372) Added an example of using a database as the filesystem backend

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson updated FTPSERVER-372:
----------------------------------------

    Fix Version/s: WISHLIST
                       (was: 1.0.3)

> Added an example of using a database as the filesystem backend
> --------------------------------------------------------------
>
>                 Key: FTPSERVER-372
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-372
>             Project: FtpServer
>          Issue Type: New Feature
>    Affects Versions: 1.0.3
>            Reporter: Brett Bergquist
>            Priority: Trivial
>             Fix For: WISHLIST
>
>         Attachments: ftpdbserver.zip
>
>
> This will be a sample of using a database as the filesystem backend.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FTPSERVER-372) Added an example of using a database as the filesystem backend

Posted by "Brett Bergquist (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Bergquist updated FTPSERVER-372:
--------------------------------------

    Attachment: ftpdbserver.zip

This is a sample using a database as the file system backend.  This is a Netbeans 6.5.1 project that works with a Derby database.  The "build.xml" in the top level has tasks to create the database schema and populate it with two sample users "admin" and "guest".  I have tested this somewhat with Derby 10.5.

Not all of the FTP features are supported but you can login, list files, add files, create directories, delete directories, etc.

This needs a little refactoring to extract out the database specifics similar to what is done for the integrating into the user database.  I have not done so yet and it may be a while before I do so.


> Added an example of using a database as the filesystem backend
> --------------------------------------------------------------
>
>                 Key: FTPSERVER-372
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-372
>             Project: FtpServer
>          Issue Type: New Feature
>    Affects Versions: 1.0.3
>            Reporter: Brett Bergquist
>            Priority: Trivial
>             Fix For: 1.0.3
>
>         Attachments: ftpdbserver.zip
>
>
> This will be a sample of using a database as the filesystem backend.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.