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...
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...
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.