[ANNOUNCE] Apache Mina SSHD 0.2.0

2009-08-26 Thread Guillaume Nodet
We're pleased to announce the second release of the Apache Mina SSHD project. This release is mostly a bug fix release. Apache SSHD is a 100% pure java library to support the SSH protocols on both the client and server side. This library is based on Apache MINA, a scalable and high performance

Re: help !! Socket operation on nonsocket

2009-08-26 Thread rzo
Hello, Looking further into this issue, I found out that the server has 2 network cards with teaming - load balancing - turned on. Could this lead be the cause ? Is this a windows, java or windows issue ? - Ron rzo wrote: Hello, I am currently using mina on many different servers. On

Re: help !! Socket operation on nonsocket

2009-08-26 Thread Emmanuel Lecharny
rzo wrote: Hello, Looking further into this issue, I found out that the server has 2 network cards with teaming - load balancing - turned on. Could this lead be the cause ? Is this a windows, java or windows issue ? MINA version ? JVM version ? OS ? Code ? Thanks ... -- -- cordialement,

Connection issues under load

2009-08-26 Thread arthur myls
Hi, We have developed a proxy using Apache mina 1.1.7. There are multiple clients which connect to this proxy and this proxy connects to one third party system. The clients which connect to the proxy are of two types - (a) Client1 - Establishes a connection on startup and doesnt give it up until

XFERLOG style transfer logging?

2009-08-26 Thread Fred Moore
Hi, XFERLOG style logging is the de facto standard for FTP Server logging: it is very compact, many automation tools -- ...and a few human beings :-) -- are able to parse it. 1\ Has someone managed to implement it e.g. via FTPLet? 2\ Are there thoughts to include such capability in base FTP

Re: XFERLOG style transfer logging?

2009-08-26 Thread Niklas Gustavsson
On Wed, Aug 26, 2009 at 11:36 AM, Fred Moorefred.moor...@gmail.com wrote: 2\ Are there thoughts to include such capability in base FTP Server? I think we should provide this in the core server. I think the more general requirement here is to have a formal transfer log which could be

Re: XFERLOG style transfer logging?

2009-08-26 Thread Fred Moore
Would XFERLOG satisfy most users need? ...in my opinion it does, moreover we'd probably be better off picking a widely adopted format such as XFERLOG rather than a smarter but with a niche adoption (or even worse a custom one!). Cheers, F.