|
-
May 8th, 2001, 03:24 PM
#1
Thread Starter
New Member
Pausing Data_Arrival event in Winsock
I can´t pause a transfer file using my client ftp project.
It works fine when it goes from the beginning straight to the end.
In MSDN i found this remark to DATA_ARRIVAL event of Winsock control:
"This event will not occur if you do not retrieve all the data in one GetData call."
But its is not true. Even if i don't use the GetData method, the Data_arrival event occurs.
How can i pause transfer between Server and my application, without closing de data conection and starting it again ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|