The sFTP connector takes a filepath as input. If I'm extracting a file as an inputstream to sFTP then I assume I need to save the inputstream as a File and then use the filepath as input for sFTP.
In CloudHub environment, how do I use the File Connector in a 'good' way; to do this in such a way that it ports easily from localhost to cloudhub?
Thanks for any insight on this.