xrootd

High-performance distributed file access and data management system

brewmacoslinux
Try with needOr install directly
Source

About

High performance, scalable, fault-tolerant access to data

Commands

xrdcpxrdxrootdxrdfsxrdadler32xrdchecksumsxrdacctest

Examples

copy files between remote xrootd servers$ xrdcp root://server1.example.com//path/to/file root://server2.example.com//path/to/file
download file from xrootd server to local machine$ xrdcp root://xrootd.server.com//data/largefile.root ./largefile.root
list files and directories on xrootd server$ xrdfs xrootd.server.com ls /data/directory
start xrootd server to share files over network$ xrootd -c /etc/xrootd/xrootd.cfg
check file integrity using checksums$ xrdchecksums /path/to/file