am want to develop a file transfer program in vc++..

normal text file it is possible..

but is it can read for multimedia file....


like java here byte read is possible...

Recommended Answers

All 2 Replies

What version of VC++?
If you are using an early version (like 6), look up:
CInternetSession, CFtpConnection, CInternetFile

If you are using a current version (2005, 2008, 2010), look up:
WebClient
or
FtpWebRequest

version 6.0 (old)..thanks..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.