Skip to content

chengongpp/putf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Put files through tcp streams

Resources

License

Stars

Watchers

Forks

Packages

No packages published