Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 346 Bytes

File metadata and controls

22 lines (14 loc) · 346 Bytes

Putf

Why

Serve file through TCP like netcat but with a nicer interface.

Usage

Server side:

# Assuming server ip is 192.168.19.19 and we're gonna transfer frpc
./putf -l 0.0.0.0:11451 -f /tmp/frpc

Client side:

cat < /dev/tcp/192.168.19.19/11451 > frpc

Don't forget to md5sum frpc to check file integrity.