ashmanskas
Sep 19, 2015 - 20:18
I would love to be able to synchronize with my own ssh server, instead of using dropbox. (An example of an App that implements this is Readdle Docs.)
I would love to be able to synchronize with my own ssh server, instead of using dropbox. (An example of an App that implements this is Readdle Docs.)
Have you heard of the Workflow app? Although I am almost sure you can do this within Editorial using python, workflow has an action that runs a script over an ssh server.
paramiko is e Python module for ssh. You could probably piece together an ssh sync without too much trouble.