noneback / QRFT

File transfer by scanning the qr code via LAN
1 stars 0 forks source link

# 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

  git pull origin dev
  git add --all  
  git commit -m "${description}"  
  git push -u origin dev

todo