Page 1 of 1

FTP Upload Problems

Posted: Wed Dec 07, 2005 3:46 am
by wheelerf5
I have finally tackled the art of scripting and all is performing as it should except uploading the maps to my website. I have tried on three different computers to five completely independent websites and the maps just will not load. I can cut and paste the upload line into a web browser and it connects just fine. But workstation will not load the maps.

Any assistance would be appreciated.

Don

Posted: Wed Dec 07, 2005 3:49 am
by wxforecaster
Insert your scipt and we can see what is wrong. I am sure it is something simple! Plus if you are on a Linux server, dont forget you have to put it into your public_html directory!

my script

Posted: Wed Dec 07, 2005 7:19 pm
by wheelerf5
LOAD,c:\Program Files\DigitalAtmosphereWS\us.dmf
download,http://weather.cod.edu/digatmos/sao/@Y@ ... c:\Program Files\DigitalAtmosphereWS\data\surface.dat
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\surface2.dat
ingest,c:\Program Files\DigitalAtmosphereWS\data\sur*.dat
product,plf,0,surface plots
ANALYZE,HILO CONT CINT=2 LINE=2 SLPR
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\ussurface.gif
upload,ftp://XXX:XXX@XXX.com /ladeltaweather.com/data/ussurface.gif,c:\Program Files\DigitalAtmosphereWS\archive\ussurface.gif
LOAD,c:\Program Files\DigitalAtmosphereWS\southcentral.dmf
ingest,c:\Program Files\DigitalAtmosphereWS\data\sur*.dat
product,plf,0,surface plots
ANALYZE,HILO CONT CINT=2 LINE=2 SLPR
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\southcentral.gif
upload,ftp://XXX:XXX@XXX.com /ladeltaweather.com/data/southcentral.gif,c:\Program Files\DigitalAtmosphereWS\archive\southcentral.gif

*It is a Linux based server...

Thanks!
Don

Re: my script

Posted: Wed Dec 07, 2005 7:27 pm
by wxforecaster
wheelerf5 wrote: upload,ftp://XXX:XXX@XXX.com /ladeltaweather.com/data/ussurface.gif,c:\Program Files\DigitalAtmosphereWS\archive\ussurface.gif

*It is a Linux based server...

Thanks!
Don
Try something like this:

upload,ftp://username:password@ftp.ladeltaweat ... c:\Program Files\DigitalAtmosphereWS\archive\ussurface.gif


That will work!

it works!

Posted: Fri Dec 09, 2005 1:35 pm
by wheelerf5
Thanks a million for the help. It's working just fine.