elsehow / peerscp

a command line tool for sending files to your friends via webRTC
Other
2 stars 0 forks source link

Handle binary #5

Open elsehow opened 9 years ago

elsehow commented 9 years ago

Probably related to #3

One approach: send everything through base64 before transferring

Also, flush stdout before exiting

As suggested in this issue on webcat, might be important to implement backpressure as well.