I am looking for libraries or better a code to upload data (.txt file) to a Webserver.
This has username and password to access into the files.
It is the same like the function of uploading files by FileZilla, but I need the code in c++ to implement in other code.
I was trying with this: http://www.example-code.com/vcpp/ftp_upload.asp
but without good results.