cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle SFTP (ftp over SSH)

Former Member
0 Kudos

Hi there,

I know XI only supports FTP (and FTPS(SSL)) when trying to exchange files with other systems.

Right now, i have to interconnect a legacy with XI. This external server uses SFTP (FTP over SSH) as an standard of file transfering process.

Could you please tell me if there is a possibility to integrate them?

Best regards,

David

Accepted Solutions (0)

Answers (2)

Answers (2)

henrique_pinto
Active Contributor
0 Kudos

You'll need either to:

- develop the connection in a java proxy,

- develop your own adapter,

- buy an adapter for SFTP from a 3rd party,

- if you have UNIX as OS, use OS commands (through shell script in a file adapter for example) to start SSH/SFTP connection.

Regards,

Henrique.

Former Member
0 Kudos

Hi David,

Check the Forum thread

-Gaurav Jain