This is a simple file transfer program using sockets in C#. It is a console application that can be used to transfer files between two distant machines.
cd SocketFileTransfer
dotnet pack -c Release
dotnet tool install --global --add-source ./nupkg SocketFileTransfer
The tool will be installed as sft.
See sft --help for usage instructions.