You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built curl-7.65.3 from source and included (among other options) --disable-netrc. Tried to HTTP download from various public websites using the curl build (I ensured my PATH & LD_LIBRARY_PATH were setup to use only my build) but getting failures:
$ curl -o index2.html http://www.google.com
curl: (48) An unknown option was passed in to libcurl
curl -o index2.html https://www.google.com
curl: (48) An unknown option was passed in to libcurl
When I build with --enable-netrc then it works fine.
I expected the following
Successfully download webpages which do not require authentication.
I did this
Built curl-7.65.3 from source and included (among other options)
--disable-netrc
. Tried to HTTP download from various public websites using the curl build (I ensured my PATH & LD_LIBRARY_PATH were setup to use only my build) but getting failures:When I build with
--enable-netrc
then it works fine.I expected the following
Successfully download webpages which do not require authentication.
curl/libcurl version
operating system
The text was updated successfully, but these errors were encountered: