Following up on my previous question re: VFS component : I still have the same problems as described before with the VFS FilePoller...
But, I finally got the VFS FileWriter to work with FTP (apparently I was missing some JAR files). Now I *REALLY* need to use SFTP instead of FTP. So, I added JSch to my classpath (per the instructions on the Commons VFS site) and added an 's' to the beginning of the URL. Now I get an UnknownHostKey error from JSch. Anybody know how I can get JSch to know my host (keeping in mind that I'm only using JSch via the VFS component in ServiceMix)?
