Modify existing SSH vb.NET
Budget: $30 – $250 USD
A form design for SSH sync will have a startup and timer sync event to synchronize change events between an SSH host and local PC.. The purpose to sync files automatically using existing code that manages SSH connections and folders & files.
There is a date & time recorded on the local PC of the most recent change event file
Change event files on the host will only be applicable on or after the date recorded.
A form app will be provided with includes recursion of local and host, and startup of the application will process a comparison to process an initial synchronization whereas afterwards the timer will process changes and syncing by checking a changes folder on the host for relevant change files ~ and also creating, uploading and deleting local change file events and uploading files.
The existing form and source-code is built in vb/NET for use in a different form design.
The new form will display some details but other than that the workings are all internalized.
_Examples_
On startup: the app will do a recursion of host and local in around 3 seconds resulting in two text files which has a partial path + tab + file name + tab + date modified, and a comparison of changes needed on one side or another. The differences in the comparison will be synchronized, and the timer will be started to record changes and sync change events. The timer will be paused while changes are processed but change events will always be recorded.
On timer: the app will check for change event files created locally and once found the timer will pause and syncing will occur by managing folders & files through SSH, uploading the change event file and deleting the change event locally. The timer will be resumed once there is nothing else to sync from change events.
There is a date & time recorded on the local PC of the most recent change event file
Change event files on the host will only be applicable on or after the date recorded.
A form app will be provided with includes recursion of local and host, and startup of the application will process a comparison to process an initial synchronization whereas afterwards the timer will process changes and syncing by checking a changes folder on the host for relevant change files ~ and also creating, uploading and deleting local change file events and uploading files.
The existing form and source-code is built in vb/NET for use in a different form design.
The new form will display some details but other than that the workings are all internalized.
_Examples_
On startup: the app will do a recursion of host and local in around 3 seconds resulting in two text files which has a partial path + tab + file name + tab + date modified, and a comparison of changes needed on one side or another. The differences in the comparison will be synchronized, and the timer will be started to record changes and sync change events. The timer will be paused while changes are processed but change events will always be recorded.
On timer: the app will check for change event files created locally and once found the timer will pause and syncing will occur by managing folders & files through SSH, uploading the change event file and deleting the change event locally. The timer will be resumed once there is nothing else to sync from change events.