FTP Upload Problems

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
wheelerf5
Junior Member
Posts: 7
Joined: Sun Oct 16, 2005 10:07 pm

FTP Upload Problems

Post 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
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post 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!
wheelerf5
Junior Member
Posts: 7
Joined: Sun Oct 16, 2005 10:07 pm

my script

Post 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
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Re: my script

Post 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!
wheelerf5
Junior Member
Posts: 7
Joined: Sun Oct 16, 2005 10:07 pm

it works!

Post by wheelerf5 »

Thanks a million for the help. It's working just fine.
Post Reply