cancel
Showing results for 
Search instead for 
Did you mean: 

Java proxy for FTP over SSH

Former Member
0 Kudos

Hi,

I am trying to write a JAVA proxy for SFTP, I have written a standalone java code which can send and receive file using SFTP.

Now i want to use this in XI for enabling us to use it data transfer.

Can you please provide me some help, how should i proceed on this.

I have seen some threads on the SDN, which describe the FTP process.however they read the message data in that. and my java code handles the file.

and if we get data in message then how it would be using the secure path...

Please help....

Thanks

Ankur

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please do not mixup SFTP and FTPS. SFTP is a completely different protocol compared to FTPS, which is FTP on a SSL connection. SFTP is using SSH secured connections and is just different.

henrique_pinto
Active Contributor
0 Kudos

I'm not sure I've understood your issue.

if you already got your standalone java working, now what you have to do is embed this code within an EJB which implements the Java Proxy interface. Or you could create a separate EJB and make the Java Proxy class just to call this other EJB.

Regards,

Henrique.