开发者

Windows FTP functions [C]

开发者 https://www.devze.com 2023-01-25 13:14 出处:网络
开发者_StackOverflowDoes anyone know a function/library that I could use to do general FTP functions in a FTP connection?
开发者_StackOverflow

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消