zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

WIP: Local transport #146

Closed NattyNarwhal closed 3 years ago

NattyNarwhal commented 3 years ago

Like the SSH transport, but spawns a program on the system instead.

As a side note, you can make it work remotely too, by changing the path to XMLSERVICE CLI to something that say, does "ssh system xmlservice-cli". That's how I tested it on Linux, and why I didn't check for the OS in it.

alanseiden commented 3 years ago

@NattyNarwhal Please also update the comment in toolkit.ini to indicate the additional transports that are now possible to set as defaults. https://github.com/zendtech/IbmiToolkit/blob/94af69e7dac81b06fc44ecb152ef7c2a4cb5fc3f/ToolkitApi/toolkit.ini#L67

ThePrez commented 3 years ago

I love it! Have been wanting to do this with the other toolkits for some time but haven't gotten around to it