T.T.T.
T.T.T.

Reputation: 34533

WinInet C++ ftp template?

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.

Upvotes: 1

Views: 810

Answers (1)

Ruddy
Ruddy

Reputation: 1754

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.

Upvotes: 2

Related Questions