Hello, I am trying to upload a file via ftp using the library curl. Of course I looked here but the exemples don't say how to do this using usarname and password. Aslo the code is in C and if I compile it in C++ I am getting:
error C2664: 'fread' : cannot convert parameter 4 from 'void *' to 'FILE *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
Could you guys please help me to find out how can I upload a file to a ftp server?
P.S. Sorry for my bad english :(