I made a small app that can upload a text file calling a shell script.
https://github.com/antimodular/examples/tree/master/sftp_uploader
I was now hoping that my shell script calling can happen when your directory watcher notices a file change. But as soon as I add ofxIO and ofxPoco to the app ofSystem() hangs when running the script.
Would you know why?