After trying to get sftp working ive ended up with the simplest possible sample that does not work. Basically I have created a simple class with main and copied the 2nd (SFTP) example from http://mina.apache.org/ftpserver/embedding-ftpserver-in-5-minutes.html. The server starts without any exceptions but no client (winscp, cuteftp etc) all fail to connect. Im completely baffled any pointers would be appreciated...im guessing im missing something completely obvious.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
SFTP and FTPS are completely different protocols. SFTP is related to SSH. Java implementations include:
FTPS is FTP over SSL. There are many, many implementations, including Apache FTPServer. |
|||
|
|