🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

CURLE_URL_MALFORMAT

Started by
-1 comments, last by mike44 7 years, 3 months ago

HI

I can ftp connect in terminal but with curl/Ubuntu/c++ I get:

CURLE_URL_MALFORMAT

error in this line:

curl_easy_setopt(curl2, CURLOPT_URL,"ftp://u9-3tja:365@example.com/");

I've tried all kind of stuff. Many thanks for help.

This topic is closed to new replies.

Advertisement