Forum Archive

Feature: sync with ssh server

ashmanskas

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.)

TutorialDoctor

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.

Webmaster4o

paramiko is e Python module for ssh. You could probably piece together an ssh sync without too much trouble.