views:

65

answers:

1

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.

+1  A: 

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.

Ruddy