how can i upload a file to a ftp server on c++ windows??

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • curlpp

    C++ wrapper around libcURL

  • You need to use a library that does the heavy lifting for you, that stuff is quite complex. You can use a library like libcurl: https://curl.se/libcurl/c/ However that is a C library, and probably it maybe easier for you to use a C++ wrapper around the C library: https://github.com/jpbarrette/curlpp You can also cheat and use the command line tool directly calling it using system, with all the limitations of launching a separate process.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Loading an image from a URL in an OpenGL GLFW application

    1 project | /r/cpp_questions | 4 Aug 2021
  • Resources to learn how to work with apis

    1 project | /r/Cplusplus | 19 Jun 2021
  • curl4cpp - single header c++ cURL wrapper around libcURL

    2 projects | /r/programming | 31 Jul 2021
  • Curl to use Kibot API

    2 projects | /r/cpp_questions | 13 Mar 2021
  • [CMake] Can't include external header in .h file

    2 projects | /r/cpp_questions | 8 Jul 2023