Skip to content

rafael747/tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e67e845 · Apr 30, 2019

History

9 Commits
Apr 30, 2019
Apr 30, 2019
Apr 30, 2019

Repository files navigation

tcp

A simple tool for sending files over tcp

The goal is to send a file to another computer in the same network, as fast as possible

How to install

go get github.com/rafael747/tcp
go install github.com/rafael747/tcp

Make sure you have $GOPATH defined

You can also use the prebuilt packages in `prebuilt/`

How to use

  • to receive a file in the working directory

    tcp
    
  • to send a file

    tcp file host
    

the host can be a IP address or a name, check your DNS configuration

BUGS and TODO

  • The hosts must be acessible directly, no firewalls or NATs
  • Currently, using only port 2000/tcp
  • Optional encryptation

About

go project for sending files over tcp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages