That's how we had planned to do it.
But we got "NorthPointed" and that interrupted testing our FTP script.

I created the following batch file (ftpcmd.bat):

%windir%\ftp.exe -s:%f0
goto done
open ***Host name omitted***
***User name omitted***
***Password omitted***
lcd d:\website\htdocs\stockgolf\htdocs\data
ascii
get eod.txt
bye
:done
@echo off
cls
exit

I *believe* (but have not tested) the AT is something like:

AT 02:00 /every:M,T,W,Th,F,S,Su "ftpcmd.bat"

I'd appreciate any corrections to my plan....

best,  paul

At 04:41 PM 4/11/01 -0700, you wrote:
>We need to automate a daily file transfer process between another company's
>computer with dialup Internet access but no Cold Fusion or Web server 
>software, and
>our Web/CF server (from the company's computer TO our server.)
>
>Is this typically done by setting up a command line version of a standard 
>FTP client,
>and then firing that daily by using the NT scheduler, or are there better 
>ways?


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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to