Frequently Asked Questions
I have both wodSSH and wodSFTP. Is there a way to combine them somehow, so I can execute some command and transfer files at the same time?
You can do that, but you need two connections with the server - one for wodSSH, and one for wodSFTP. You will need to synchronize them in your code.
Last updated Fri, Nov 8 2013 12:00am