Sort of a one-way synchronization thing.

Since your external target is accessible via SSH (my assumption since you mention SFTP), create a git repository on the external system. Clone the remote git repository on your local system. Your “on-way synchronization” is then a commit and push operation. If you setup a post-receive git hook on the remote end, then each push will be actualized on the remote end as an updated set of files.

If you don’t want to mess git hooks, you could create the repository that you push to on GitHub, and then have your remote do a periodic git pull.

Just spitballing here, but that may be a way to get the behavior your want. Using git would also mean the “deploy” operation could be performed using BBEdit’s built in Git functionality.

Cheers,

sean


On 20 Jul 2016, at 14:14, Jaime Pereira wrote:

How would one go about making BBEdit copy a file to an external SFTP
directory when a file is saved to a local directory? Sort of a one-way
synchronization thing.

--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

--
This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to