simpleft is a lightweight command-line tool designed to simplify p2p file sharing. No server, no configurations, no hassle.
-
brew tap yuqian5/simpleft brew install simpleft
-
cmake CMakeLists.txt make make install
- To receive files:
sft rx -p [port]
- To send files over IPv4:
sft tx -ip4 [IPv4 address] -p [port] [path to file]
- To send files over IPv6:
sft tx -ip6 [IPv6 address] -p [port] [path to file]
Note: The port and IP address are optional parameters. If not specified, the program will default to port 8203 and IP address 127.0.0.1 (localhost).