Pull file from tentacle to server, then push out to a separate tentacle

Hi

I currently have two tentacles, and what I am trying to do is to pull in a .bak file from one to the Octopus server and copy it to a directory on the other.

The tentacles are in different domains so I can’t set up a file share between the two tentacles. Is there a way I can do this kind of “pull/push” operation?

Thanks
Declan

Hi Declan,

Thanks for reaching out. I’m afraid this is not something Octopus was built for. Assuming that the Octopus server has access to both machines, you could set a Tentacle on the Octopus server, and write a script that make a local copy of the .bak file from the source Tentacle and sends the copy to the target Tentacle.

Hope that helps,

Dalmiro