Bytelift is a fast file synchronization tool for developers.
curl https://bytelift.io/setup.sh > setup.sh && bash setup.sh
Bytelift was designed for remote development, where you write code locally and synchronize it to a remote server to run it. The two main design goals are:
Although latency and ease of use are the main design goals, Bytelift also offers decent throughput, constant-time snapshots of directory state, end-to-end encryption, and bidirectional synchronization among an unlimited number of peers. Bytelift works on Windows, MacOS, and Linux, and is distributed as a standalone executable with no dependencies.
curl https://s3-us-west-1.amazonaws.com/s3.bytelift.io/binaries/macos/bytelift > bytelift \ && chmod +x bytelift \ && ./byteliftYou can also download the binary directly.
curl https://s3-us-west-1.amazonaws.com/s3.bytelift.io/binaries/linux/bytelift > bytelift \ && chmod +x bytelift \ && ./byteliftYou can also download the binary directly.
powershell "(new-object System.Net.WebClient).DownloadFile('https://s3-us-west-1.amazonaws.com/s3.bytelift.io/binaries/windows/bytelift.exe','bytelift.exe')" && bytelift.exeYou can also download the binary directly.