adding pause-resume options
-
hello everyone!!! i am uploading a few files using
CFtpConnection:: putfile()
function. the uploading is working fine in a thread. now, i want to know if there is any way (if possible) that i can add a pause-resume option to my application?? thanks...vijay.
-
hello everyone!!! i am uploading a few files using
CFtpConnection:: putfile()
function. the uploading is working fine in a thread. now, i want to know if there is any way (if possible) that i can add a pause-resume option to my application?? thanks...vijay.
What kind of an application is that? Multi threaded or single thread? If it is a multithreaded application and if the uploading is done by a separate thread, then you will have control of that thread. If only you are using a single threaded application, Here[^] is the answer :)
Nobody can give you wiser advice than yourself. - Cicero
-
What kind of an application is that? Multi threaded or single thread? If it is a multithreaded application and if the uploading is done by a separate thread, then you will have control of that thread. If only you are using a single threaded application, Here[^] is the answer :)
Nobody can give you wiser advice than yourself. - Cicero
well sir, thank u very much... yes, i have a separate thread for uploading files and i have even written the code to abort the thread when i press the stop button.. but still not able to make it work.. well, i will again see what mistake i am doing... thank u..:)
vijay.