Using SSH to run afterfx.exe with script (-s) fails
I've been trying to run afterfx.exe on a remote computer, using SSH.
SSH works well (Windows 10 on both client & server), authentication is with private/public keys.
Running the app seems to work (as a backgroung process in the remote computer), however, adding the script tag (-s) doesn't work.
Example:
ssh user@my-remote-computer start afterfx -s "app.project.save(new File('c:/temp/newSavedFile.aep'))"
I've tried different versions using quotes and escaped quotes, still nothing. Also changing "start afterfx" to the app's complete path & filename, didn't help.
Has anyone experienced issues using SSH?
Thanks!
