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?
Last Updated 12 years ago
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.