
- FILE SYNCHRONIZATION APPLICATION INSTALL
- FILE SYNCHRONIZATION APPLICATION SOFTWARE
- FILE SYNCHRONIZATION APPLICATION CODE
- FILE SYNCHRONIZATION APPLICATION ZIP
- FILE SYNCHRONIZATION APPLICATION DOWNLOAD
FILE SYNCHRONIZATION APPLICATION DOWNLOAD
Queue : is the list of files to download for a delta.Delta : is the result of comparing states for which you get a list of Added, Deleted, Changed files and Deleted folders.State : is the list of files and folders for a share.Share : is the folder you want to share.To understand what is implemented in TorpedoSync you must be familiar with the following definitions: TorpedoSync only works in a local network environment and does not sync across the internet, so you are potentially much safer, and your data is contained to your own network. No relational database is used to store the file information, so again the performance is higher and the storage is much smaller. Torpedosync takes a different approach to other file sync applications like resilio and syncthing in that it does not compute a cryptographic hash for each file and consequently is much faster and uses less CPU cycles. You can view and change the TorpedoSync configuration via the settings tab To see the progress you can click on the connection share name to see the connection information or you can switch to the logs tab. On the client machines, open the connections tab and click on the connect to button:Įnter the required values and save, the client will wait for confirmation from the master:Ĭlick on the confirm button under the connections list and the machine name of the client, after which the client will start syncing. On the machine that you want to share a folder from, click on the add button under the shares tab:Įnter the required values, and optionally copy one of the tokens you want other machines to connect to.
FILE SYNCHRONIZATION APPLICATION INSTALL
To run TorpedoSync just execute the file and it will start up and bring up the Web UI in your browser.Īlternatively you can install TorpedoSync as a windows service via torpedosync.exe /i and uninstall it with torpedosync.exe /u Working with TorpedoSync Read Only shares : one way syncing data from master to client.
FILE SYNCHRONIZATION APPLICATION ZIP
Ability to zip copy small files : for better network roundtrip performance (syncing pesky folders like node_modules ).

net 4 : so it will work on old Windows XP computers, good for backup machines. Safe by default : changed and deleted files are first copied to the "archive" folder.Sync folders between computers in a local network.
FILE SYNCHRONIZATION APPLICATION CODE
The source code can be found on github also at : Main Features I start out by using bitsync which then became resilio sync (a free-mium product) which I liked at first but then became a real memory and disk space hog.Īfter searching a lot, I came across syncthing which is open source and written in go, which I found seemed to be connecting to the internet and was not as nice to use as resilio.Īt this point I gave up and decided to write my own. Hence the immortal cry "I can do better!".
FILE SYNCHRONIZATION APPLICATION SOFTWARE
This is how TorpedoSync came about, from the use of other software to sync "My Documents" across my machines and finding them troubling. They say that "necessity is the mother of invention", well necessity and sometimes an itch to do the same yourself.
