Tribler / decentralized-mortgage-market

GNU General Public License v3.0
2 stars 1 forks source link

Should we use TFTP or something else for file transfer between customers and banks? #2

Open devos50 opened 7 years ago

devos50 commented 7 years ago

Right now, we are using TFTP for file transfers between customers and banks but there might be some better alternatives for this.

Pros of using TFTP: -UDP, more easy to puncture NAT -No need for separate logic, everything can be contained inside one system

Cons of using TFTP: -We have to implement our own cryptography operations -TFTP might be a bit more unreliable than TCP-based solutions (HTTPS/FTP)