Windows FTP functions [C]
Does anyone know a function/library that I could use to do general FTP functions in a FTP connection?
I'd rather have these in C, as that would be extremely easy to add to my current project.
libcurl is probably the best library you can use for that.
I searched wininet on MSDN [which I should have done in the first place] and I managed to find this list of functions, some of which are HTTP, and some exclusively for FTP. MSDN Wininet Function Ref.
精彩评论