cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.3 (Java only): simple file transfer via SFTP -> File/SFTP

Former Member
0 Kudos

Dear community,

I was asked if it's possible to transfer files from a source sftp server to the local file system or also a sftp server. No mapping, no nothing, just file transfer from left to right.

I read some threads in the forum about the direct connection possibility in dual stack systems, but more or less nothing in java only systems.

I already created an internal communication via wizard, but I think this not anymore a supported possibility in a java only pi system because it's not possible to edit or delete these "old" objects.

Thx in advance for your support and your suggestions.

Kind regards.
André

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Andre,

You can get your goal with the integrated configuration object instead the classical configuration. You only need to create the communication components (sender and receiver) with the dummy interfaces and to use the ICO object for the configuration.

Check 's answer in this thread

Regards.

Answers (1)

Answers (1)

former_member202642
Participant
0 Kudos

Hi Andre,

You can go for Integrated Configuration to achieve this. You just need to make:

1. Business systems(Sender & Receiver).

2. Sender & Receiver communication channel.

3. Integrated Configuratoin.

inside Integration Directory.