We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./dropbox_client –i Client1/InputDir/ -m Client1/MirrorDir/ –p 9081 -w 2 –b 5 –sp 5050 –shm 127.0.0.1 gives Unknown host (null). Changing 127.0.0.1 to localhost or 0.0.0.0 also gives same error.
./dropbox_client –i Client1/InputDir/ -m Client1/MirrorDir/ –p 9081 -w 2 –b 5 –sp 5050 –shm 127.0.0.1
Unknown host (null).
127.0.0.1
localhost
0.0.0.0
From: https://github.com/SimonIyamu/Simple-Dropbox/blob/master/client/client_implementation.c#L787 possible call from: https://github.com/SimonIyamu/Simple-Dropbox/blob/master/client/main.c#L63
Running on Windows using Cygwin. Probable NULL return from gethostbyname (hostname)
NULL
gethostbyname (hostname)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
./dropbox_client –i Client1/InputDir/ -m Client1/MirrorDir/ –p 9081 -w 2 –b 5 –sp 5050 –shm 127.0.0.1
givesUnknown host (null).
Changing127.0.0.1
tolocalhost
or0.0.0.0
also gives same error.From:
https://github.com/SimonIyamu/Simple-Dropbox/blob/master/client/client_implementation.c#L787
possible call from:
https://github.com/SimonIyamu/Simple-Dropbox/blob/master/client/main.c#L63
Running on Windows using Cygwin.
Probable
NULL
return fromgethostbyname (hostname)
The text was updated successfully, but these errors were encountered: