facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 392 forks source link

Cant transfer data[need help] #234

Closed Xiang-cd closed 4 months ago

Xiang-cd commented 1 year ago

on src host: ssh dst wdt --transfer_id=1234 -directory /mnt/recivie | wdt --encryption_type=none --transfer_id=1234 -directory ./send -destination --ipv4 but always fail with connect did not succeed on 22363 : Connection refused

how could I do?

Xiang-cd commented 1 year ago

Failed getaddrinfo xiangxiaoyudeMacBook-Pro.local , 54263 : -2 i dont now how the URL were made, xiangxiaoyudeMacBook is certainly an invalid severname

daniel-ai2 commented 6 months ago

Were you ever able to get it to connect? I am running into the exact same issue.

ldemailly commented 6 months ago

pass the right -hostname if the default one isn't correct?

Xiang-cd commented 4 months ago

thanks~