Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Could anyone help me Pin
Rajkumar R25-Feb-08 2:59
Rajkumar R25-Feb-08 2:59 
QuestionRe: Could anyone help me Pin
David Crow25-Feb-08 3:03
David Crow25-Feb-08 3:03 
GeneralRe: Could anyone help me Pin
Hamid_RT25-Feb-08 6:59
Hamid_RT25-Feb-08 6:59 
GeneralWifi channel api Pin
mjmim24-Feb-08 4:35
mjmim24-Feb-08 4:35 
GeneralAES Problem [modified] Pin
kartouss24-Feb-08 2:58
kartouss24-Feb-08 2:58 
GeneralRe: AES Problem Pin
bob1697224-Feb-08 6:06
bob1697224-Feb-08 6:06 
GeneralRe: AES Problem Pin
bob1697224-Feb-08 7:29
bob1697224-Feb-08 7:29 
GeneralRe: AES Problem Pin
bob1697224-Feb-08 10:17
bob1697224-Feb-08 10:17 
GeneralRe: AES Problem Pin
Rajkumar R24-Feb-08 20:54
Rajkumar R24-Feb-08 20:54 
GeneralRe: AES Problem Pin
Maxwell Chen24-Feb-08 21:03
Maxwell Chen24-Feb-08 21:03 
GeneralRe: AES Problem Pin
Rajkumar R24-Feb-08 21:53
Rajkumar R24-Feb-08 21:53 
GeneralRe: AES Problem Pin
BadKarma24-Feb-08 22:19
BadKarma24-Feb-08 22:19 
GeneralRe: AES Problem Pin
bob1697225-Feb-08 2:01
bob1697225-Feb-08 2:01 
GeneralCall of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 2:54
madmax000124-Feb-08 2:54 
QuestionRe: Call of OnCreate in a CTreeCtrl derived class Pin
prasad_som24-Feb-08 3:10
prasad_som24-Feb-08 3:10 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 3:24
madmax000124-Feb-08 3:24 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
prasad_som24-Feb-08 3:34
prasad_som24-Feb-08 3:34 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 3:51
madmax000124-Feb-08 3:51 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Mark Salsbery24-Feb-08 9:00
Mark Salsbery24-Feb-08 9:00 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 9:25
madmax000124-Feb-08 9:25 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Julberto Danray24-Feb-08 14:59
Julberto Danray24-Feb-08 14:59 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Mark Salsbery24-Feb-08 20:49
Mark Salsbery24-Feb-08 20:49 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Julberto Danray25-Feb-08 4:19
Julberto Danray25-Feb-08 4:19 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Mark Salsbery25-Feb-08 5:40
Mark Salsbery25-Feb-08 5:40 
QuestionFTP Monitor Pin
Golden Lee24-Feb-08 0:10
Golden Lee24-Feb-08 0:10 
Dear Sir:
I want to monitor a remote directory hosted on an FTP server to check up whether there are some newer files (compared with my local downloads) or not. If any, new files will be downloaded automatically.

I understand in the rough how to do that. Firstly, start a timer and periodically examine certain FTP remote folder through the use of CFtpFileFind member functions to check up whether there are some newer files (compared with my local downloads, but keeping a download timestamp may be a good idea) or not. But in case that the file is not completly written to the remote FTP folder, and at the same time my FTP monitor thread is going to be activated to do its checking job. How can I cope with this kind of "race condition" as ideal as possible?

BTW, any recommendations to the source codes concerned either free or commercially available are highly appreciated. Any suggestions are heartily welcome!

Thank you!

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.