|
Thread: FTP
-
Feb 14th, 2000, 04:26 AM
#1
Thread Starter
New Member
Hi, I am creating a com extension for my company which requires that files from a certain directory be ftp'd automatically to a certain destination at a certain time daily. My problem is I can only get my ocx to do so when the program that extends it is running. How do I get my control to constantly check for files and send them even when the program is not running or the ocx is not active.
-
Feb 16th, 2000, 01:05 AM
#2
New Member
A better solution would be to use the NT schedule service to launch an EXE that would check for the files and send them. Or, you should constantly scan that directory in a separate process and when it finds something launch an EXE to send the files.
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
|