https://github.com/synergex/remotesftpsync
A software utility that can be used to synchronize a Windows development environments source files to a matching directory structure on an OpenVMS system.
https://github.com/synergex/remotesftpsync
Last synced: 4 months ago
JSON representation
A software utility that can be used to synchronize a Windows development environments source files to a matching directory structure on an OpenVMS system.
- Host: GitHub
- URL: https://github.com/synergex/remotesftpsync
- Owner: Synergex
- License: other
- Created: 2017-07-24T23:52:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T00:00:14.000Z (12 months ago)
- Last Synced: 2025-06-21T00:29:38.029Z (12 months ago)
- Language: C#
- Homepage:
- Size: 4.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/Synergex/RemoteSFTPSync/actions/workflows/build.yml)
# SFTP Sync
SFTP Sync is a utility application that can synchronize a local directory
structure and files to a remote OpenVMS system via the Secure FTP protocol.
When first activated the product will checks whether the local and
remote directories are synchronized, and if not will update the remote
directories and files to match the local directories and files.
Once synchronized the application then starts monitoring the local file
system for changes and replicates those changes in the remote system in
near-real-time.
Two versions of the application are available, a Windows desktop application,
and a command line application.
For additional information on how to use the application, please refer to the
[Documentation](https://synergex.github.io/RemoteSFTPSync/), which is also
available as a Windows help file once you have installed the tool.