Project

spitfire

0.0
No commit activity in last 3 years
No release in over 3 years
ultra lightweight, encryption free directory transfer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Spitfire

Extremely low overhead file and directory transfer, mainly by not bothering with encryption.

spitfire transfer --source-host host1 \ 
	--source-dir /var/run/kafka/logs \
	--destination-host host2 \
	--destination-dir /tmp/spitfirelogs2 

Internally spitfire works by opening a socket on both hosts through nc and using tar to transfer contents.

You'll have no problem saturating dual gigabit uplinks with in-datacenter transfers.