Skip to content

pratikju/transporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transporter

Here is the newest addition to the variety of file transfer tools already available. What makes transporter different from others is that the file transfer over the network is extremely fast.

Currently, it only provides command line interface. So, Go ahead and give it a try :)

Usage

Usage of transporter:
  -R	Whether to send files recursively
  -path string
    	Absolute path of the file/directory to be transferred
  -s	Specify whether application should act as sender

As Sender

simple file-transfer

transporter -s path="<absolute-path of file/>"

recursive file-transfer

transporter -R -s path="<absolute-path of directory/>"

As Receiver

transporter

License

MIT, see LICENSE

Releases

No releases published

Packages

No packages published

Languages