System out in FTPServer
-----------------------

                 Key: FTPSERVER-164
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-164
             Project: FtpServer
          Issue Type: Bug
          Components: Server
    Affects Versions: 1.0-M2
            Reporter: Claus Ibsen
            Priority: Trivial


Hi

We use FTPServer 1.0M2 as an embedded FTPServer for unit testing Apache Camel 
FTP component. Great work BTW:

Example:

Running org.apache.camel.component.file.remote.FromFtpMoveFileTest
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec

We setup the FTPServer as:
        ftpServer = new FtpServer();
        ftpServer.getListener("default").setPort(getPort());
        ftpServer.start();


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

Reply via email to