Scripting help/Upload function
Posted: Tue Jul 27, 2004 5:44 am
Can anybody help me with a script problem. I have written this script to plot a surface map, save it to disk, and then upload it to my website. Everything works but the upload function. I dont get any error in the status window it just goes straight to ready. The ftp address is correct because I can use this same line to log onto my website using AceFTP. Any help would be greatly appreciated.
make,1,45.583,-95,5000,800,600,0,0,1,1
ingest,c:\wx\data\surface.dat
erase
product,plf,0,Test plot
analyze, hilo cont cint=2 line=1.5 color=0,128,92 SLPR HSFC
stamp
export,c:\wx\surface\@HHZ.gif
upload,ftp://userid:password@members.cox.net/s ... e\@HHZ.gif
Thanks,
Aaron
make,1,45.583,-95,5000,800,600,0,0,1,1
ingest,c:\wx\data\surface.dat
erase
product,plf,0,Test plot
analyze, hilo cont cint=2 line=1.5 color=0,128,92 SLPR HSFC
stamp
export,c:\wx\surface\@HHZ.gif
upload,ftp://userid:password@members.cox.net/s ... e\@HHZ.gif
Thanks,
Aaron