> -----Original Message----- > From: Scott Brady [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 09, 2005 5:54 PM > To: CF-Talk > Subject: Re: FTP and file permissions > > On 8/9/05, Jim Davis wrote: > > If it's a windows machine you can easily create a command line batch > file to > > do the task and run it (via CFEXECUTE) using CF Schedule. If all else > fails > > this might be a good stopgap to get you up and running. > > I'm not exactly clear how that would fix the problem. If the > scheduled task isn't seeing every file, how would running that > scheduled task via cfexecute cause it to now see every file?
You're not running the CF task via CFEXECUTE, you're running a DOS Batch file which would use the Windows command line FTP program to do the actual FTP work. You'd be taking CF out of the loop when it comes to FTP. CF would just be launching the process and reaping the spoils but not doing any of the actual work. Just like any good manager. ;^) Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214272 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

