Y
Hacker News
new
|
ask
|
show
|
jobs
by
bedeho
3883 days ago
is this actually true? I use libtorrent, would be interested to learn how exactly it is easier? Is it mainly due to avoiding C++? Is IPFS implementation stable enough?
1 comments
diggan
3883 days ago
Write how it would be used in a cli environment, and we'll see.
For IPFS:
ipfs add your_file
On the other computer
ipfs get $HASH_FROM_PREVIOUS_COMMAND
Done
link
For IPFS:
ipfs add your_file
On the other computer
ipfs get $HASH_FROM_PREVIOUS_COMMAND
Done