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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -