I am using getFile() to get a file from a server and this works fine.
getFile()
But would it be possible to get the contents of a file on the server and put it in a variable instead of saving it first locally?
Doesn't seem to be a feature so I used @madflow 's advice and used execCommand and cat
Doesn't seem to be a feature so I used @madflow 's advice and used execCommand and cat