A program that transfer of files of any size over the web
Note for building below. You can clone the repository to any location. Make install will put the files into the correct locations.
git clone https://github.com/zeromq/libzmq.git
cd libzmq
mkdir build
cd build
cmake ..
make
sudo make install
git clone https://github.com/zeromq/czmq.git
cd czmq
mkdir build
cd build
cmake ..
make
sudo make install