WinInet C++ ftp 模板?
从头开始,想使用 WinInet 创建一个 ftp 应用程序。
正在寻找一个真正的 C++ 基本示例,它可以编译并帮助我入门。
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DotNetHeaven 上有一堆可以粘合在一起的部分示例无需太多工作。
您可能会使用 MFC CFTPConnection (其中包装 wininet api)以及 DotNetHeaven 上的示例。
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.