RE: Automated FTP

2002-08-15 Thread Everett, Al
> This will be running on a box that doesn't have codfusion on it. Sounds fishy to me. __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.c

Re: Automated FTP

2002-08-14 Thread Jon Hall
Maybe the ftp problems are firewall issues? I just looked at the DTS FTP task and I don't see any setting for passive. I've never used it though. I'd use the Execute Process task in DTS to run a batch file like Dave posted. Execute Process will let you read return codes from the batch file too, s

Re: Automated FTP

2002-08-14 Thread Phillip B
ginal Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 9:19 AM Subject: Re: Automated FTP > Not sure what SQL server has to do with your FTP issue, but you can use > CFEXECUTE to do you

Re: Automated FTP

2002-08-14 Thread Dave Hannum
Not sure what SQL server has to do with your FTP issue, but you can use CFEXECUTE to do your ftp work. Not sure what all arguments you'd need - depends on your setup. I assume you're running CF on the initiating server? === Example of FTP commands === OPEN your.server.name.com AppName PassWo