开发者

WinInet C++ ftp template?

开发者 https://www.devze.com 2022-12-18 03:16 出处:网络
Starting from scratch, would like to create an ftp application using WinInet. Looking for a real basic example in C++ that will compile and get me started.

Starting from scratch, would like to create an ftp application using WinInet.

Looking for a real basic example in C++ that will compile and get me started.

开发者_开发技巧Thanks.


There's a bunch of partial samples on DotNetHeaven that could be glued to together without much work.

You could potentially use the MFC CFTPConnection (Which wrap the wininet api) as well, samples here on DotNetHeaven as well.

0

精彩评论

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