I'm using the FtpServer project. Here is portion of pom.xml file. Thanks!
<dependency>
<groupId>org.apache.directory.mina</groupId>
<artifactId>mina-core</artifactId>
<version>0.9.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftplet-api</artifactId>
<version>1.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
<version>1.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.4.3</version>
</dependency>
On Thu, Sep 18, 2008 at 9:37 AM, Emmanuel Lecharny <[EMAIL PROTECTED]>wrote:
> maned ali wrote:
>
>> I have the exact problem; the FtpServer (with listener) starts fine, but a
>> FTP client (such as FileZilla Ftp client used as a test case) can only
>> make
>> connections to it, and then fails (while waiting for 'welcome message').
>> At
>> the same time, my main application throws exception attached below.
>>
>> The main application 'EngineServer' that embeds the FtpServer; it has a
>> number of threads doing other things. The configuration for the FtpServer
>> is also attached below, and it is imported to the main configuration xml
>> used by 'EngineServer'.
>>
>>
>>
>
> Are you using another version of MINA for your application ?
>
> --
> --
> cordialement, regards,
> Emmanuel Lécharny
> www.iktek.com
> directory.apache.org
>
>
>