On Thu, Jul 21, 2011 at 10:37 AM, Miroslav Pokorny <[email protected]> wrote: > I am using ApacheFtpServer as the server while attempting to test Apache > Commons VFS SFTP file system and having problems. Jsch is complaining that > the connection is refused, and yes the port/host match. To make things as > simple as possible I copied the example from > http://mina.apache.org/ftpserver/embedding-ftpserver-in-5-minutes.html into > a class with a main. Running that and then attempting to connect w/ CuteFTP, > WInScp and some other clients all fail. They basically complain that the > connection was refused. Am i missing something...obivous :) Any pointers > would be appreciated...
FtpServer does not support SFTP. It's been a long standing request to support it, but so far we have not integrated support, e.g. using Apache SSHD. /niklas
