QR code file transfer between your terminals via LAN,got insprited by claudiodangelis/qrcp,built with asp.net(C#)
git clone
import into vs2019 and build
- 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
the QR code cannot display correctly because of the font used by Console , please change the font used in Console(like fire code).
- 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- 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