I've created a FTP batch file, ftpcmd.bat:

%windir%\ftp.exe -s:%f0
goto done
open financialcontent.com
xxxxxxxx (user name omitted)
xxxxxxxx (password omitted)
lcd d:\website\htdocs\stockgolf\htdocs\data
ascii
get eod.txt
bye
:done
@echo off
cls
exit

So how do I schedule this with AT?

best,  paul


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to