On 8/27/07, asmo <[EMAIL PROTECTED]> wrote: > > Hello! > > I need something that is similiar to the server endpoint of the ServiceMix > FTP component but with sftp. > I have searched the forum but couldn't find something really helpful for me. > > Could someone give me the straight tip??
So you're seeking to interact with a service external to the JBI container using the FTP protocol via SSH, correct? There is a lightweight component based on Jakarta Commons VFS (http://commons.apache.org/vfs/), but it's not JBI compliant and may not support everything you need. I have often wondered about building a JBI compliant component based on Commons VFS, maybe I should start now ;-). Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Castor - http://castor.org/
