Does Apache Ftp Server (java) SFTP work for anyone? -
after trying sftp working ive ended simplest possible sample not work. have created simple class main , copied 2nd (sftp) example http://mina.apache.org/ftpserver/embedding-ftpserver-in-5-minutes.html. server starts without exceptions no client (winscp, cuteftp etc) fail connect. im baffled pointers appreciated...im guessing im missing obvious.
sftp , ftps different protocols.
sftp related ssh. java implementations include:
- maverick - commercial implementation
- apache mina sshd - part of open source apache mina project
ftps ftp on ssl. there many, many implementations, including apache ftpserver.
Comments
Post a Comment