I'm trying to fire off an FTP process with CFEXECUTE.  I need to call FTP
and then a -s command with a command file.  So far I've got:

<CFEXECUTE
 NAME="C:\WINNT\system32\cmd.exe"
 ARGUMENTS="ftp -s:c:\path\to\file\ftpcommands.txt">
</CFEXECUTE>

This does not work.  If I call it just like this from the command line, it
works fine.  Any suggestions?

Thanks,
Dave

===============================
David R Hannum
Ohio University
Web Analyst/Programmer
(740) 597-2524
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to