Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QRFT

QR code file transfer between your terminals via LAN,got insprited by claudiodangelis/qrcp,built with asp.net(C#)

build

git clone
import into vs2019 and build

usage

  • Add exe to your PATH or in its folder
  • In console:
  ./qrtf receive ./{your store path}
  ./qrtf send -z {fiel path1} {fiel path1}
  • more see --help

Attention

the QR code cannot display correctly because of the font used by Console , please change the font used in Console(like fire code).

commit

  • do not commit to master feature
  • commit to dev feature with description
  • use git pull to get latest code every time when your start to write your own code
  git pull origin dev
  git add --all  
  git commit -m "${description}"  
  git push -u origin dev

todo

  • transfer via cache
  • transfer via stream
  • basic function receive and send
  • commandline parse and save to config
  • QR code display
  • terminal progress bar
  • send or zip multiple files to send
  • receive multiple files
  • remote module

About

File transfer by scanning the qr code via LAN

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages