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

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

java - Simple Command Line calculator -