David, I have gone through the Apache Sshd code and i know there is a sftpsubsystem there. But, what i am saying is if the Ftp clients have an option for SFtp, why not code it into the FtpServer.Also, having different FileSystemView and UserManager won't make sense as the operations performed are nearly the same.
Cheers, Sam ________________________________ From: David Latorre <dvl...@gmail.com> To: ftpserver-users@mina.apache.org Sent: Sunday, 15 July 2012, 21:25 Subject: Re: Enabling sftp in Apache Ftpserver Sam, There's a different project called "Apache SSHD" which provides SFTP support. As John says, it would be great if MINA SSHD and MINA FTPServer were compatible enough to implement the same FileSystem and "after " commands in both of them... If anyone is insterested in working that way, please do! There are several file transfer suites which offer both SFTP and FTP so I think this is an aspect in which we are lacking. 2012/7/15 John Hartnup <john.hart...@gmail.com> > Sftp and Ftps are completely different protocols. It just doesn't make > sense to put both in the same server. > > It would be pretty neat if Apache's java servers shared common file system > / file classes. I'm not sure what the barriers to this are. > On Jul 15, 2012 11:16 AM, "Sam Mizanin" <sammyuglykid...@yahoo.com> wrote: > > > Hello Guys, > > > > I have been working with Apache Ftp server for sometime now and i must > say > > its amazing. All the features are good but there is one thing that's > > missing and that is sftp support. Can anyone please tell me how do we > > support sftp in Apache Ftpserver. I thought about embedding Apache Sshd > in > > Apache Ftpserver but then it would be a different server having its own > > Filesystemview and its own usermanager. I want an sshd listener just like > > the ssl listener which would use the ftpserver's systemview and > > usermanager. Please help in this. > > > > Cheers, > > Sam >