Then you really should fix the example in the link below which shows how to build a ftps server.
On Sat, Jul 23, 2011 at 1:33 AM, Niklas Gustavsson <[email protected]>wrote: > 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.htmlinto > > 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 > -- mP
