VC++
-
hai everybody, i am a beginer in VC++, any one please help me how to transfer a folder using socket programing in VC++ ....? i'm waiting for your answer..... thank u........ :((
Hi, Take a look at TransmitFile()[^] API. The doc says this: This function uses the operating system's cache manager to retrieve the file data, and provides high-performance file data transfer over sockets.
It is a crappy thing, but it's life -^ Carlo Pallini
-
hai everybody, i am a beginer in VC++, any one please help me how to transfer a folder using socket programing in VC++ ....? i'm waiting for your answer..... thank u........ :((
As a beginner, socket programming using VC++ is usually not recommended. There are way too many issues that will come up that you have not grasped yet. Why such an ambitious project?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons