-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't send data [Help wanted] #174
Comments
you need to pass the connection url from the receiver to the sender: or disable encryption |
Hi, thanks so much! wdt -directory ~/Downloads/Received --transfer_id=none --encryption_type=none -start_port 22356 But without disabling encryption (wdt -directory ~/Downloads/Received -start_port 22356). When start sender I got this error: wdt -directory ~/Pictures -connection_url "wdt://bangnguyen:22356?Enc=2:...11635868495635604744...&dir=%2fUsers%2fnguyentb%2fDownloads%2fReceived&id=335681769&iv_change_int=34359738368&num_ports=8&recpv=30" |
the connection URL has to be exactly what the receiver outputs on stdout it seems you copied the logged URL which obfuscate the secret by design, you need to copy the url printed out (or capture it via | like linked above) |
Oh yea, thanks 👍 it's obfuscated url. I can send now with parsed url from stdout! |
not sure, maybe your CPU doesn't have hardware acceleration for encryption, is it old ? |
it's Intel core i5 2.9 Ghz. The terminal show that: I also see that the CPU is full load 200% when sending. So does the encryption needs lots of power? |
I tried this on my Mac
Receiver: wdt -directory ~/Download -start_port 22356
Sender: wdt -directory ~/Download -destination 127.0.0.1
And always get error:
connect did not succeed on 127.0.0.1 22356 : Connection refused
W1124 02:04:21.625430 225271808 ClientSocket.cpp:144] wdt> connect did not succeed on 127.0.0.1 22363 : Connection refused
W1124 02:04:21.625440 223662080 ClientSocket.cpp:144] wdt> connect did not succeed on 127.0.0.1 22360 : Connection refused
W1124 02:04:21.625444 222052352 ClientSocket.cpp:144] wdt> connect did not succeed on 127.0.0.1 22357 : Connection refused
Plz help, what's wrong with the command?
The text was updated successfully, but these errors were encountered: