This topic is locked

Push an export file via SFTP

7/15/2014 7:04:52 PM
PHPRunner General questions
S
Stucco author

Hi,
I would like to push the result of an export to an SFTP destination. This export is specifically for billing, and a direct push will remove the data verification check from the handling of data between PHPRunner and the billing system.
Currently I am thinking to include a library (phpseclib) and utilize it during a script call. I'm not even sure this is possible though. Does anyone else have a better approach?
-Aaron

Sergey Kornilov admin 7/15/2014

I'm pretty sure this is possible but you will have to run this code manually and add it to one of PHPRunner events or buttons.