Main Menu

FTP Upload

Started by G0TYS, December 01, 2010, 10:00:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

G0TYS

Hi iam having problems with displaying anything or uploading to my server i have the new airnav3d and i use web page maker i can see my server and no files get uploaded all paswords and directory etc are ok and upload ticked ive waited hours but not a sausage .
is it worth doing ?? do i just get a pic or the page no joy at all not sure weather to re install airnav software ??? ive read the msgs on the forum it sounds so easy but nothing i can upload weather etc from my weather station so things do work but no airnav many thanks steve...

RodBearden

#1
Hi

Do remember that the FTP upload is for the 2D map  only - if you are viewing the 3D map, nothing gets uploaded. The size and shape of the uploaded file is the same as you are viewing at the time (but when you minimise RadarBox, the previous size and shape is used).

Have a look at my page to see what you can expect: http://rodb.gofreeserve.com/RadarBox/RadarBox.htm

It has been known for people to copy the code from my page and adapt it for their own use.

Hope that helps

Rod
Rod

tarbat

Also worth checking the ftp server error log if you have access to it.  What type of ftp server is it?  Some ftp servers cannot cope with the sequence of ftp commands ANRB uses to upload and then RENAME the uploaded file.

G0TYS

ok good stuff many thanks got the radarbox screen gif on my server now and it updates yeah .. just a little big question  how do i get it to view on a web page ??? does it have to be an html or something many thanks again cheers steve

RodBearden

Steve

If lou look at my web page, you can copy the HTML code there to help create your own page.

If you need a primer in HTML, there are plenty out there that Google will find for you!

Rod
Rod

G0TYS

Hi rod cheers for your help much appreciated looking at your site your airnav upadates near realtime i have to refresh the page ???? iam totally nearly lost lol yours is wizz is a primer the undercoat ???? my site is g0tys.co.uk  it may give you an idea cheers and many thanks all

tarbat

This is the HTML I use for mine at http://www.tarbat.gofreeserve.com/radarbox.htm

I upload to the folder called "shot".  This HTML forces an update every 60 seconds, and works in various browsers (Firefox, IE8, etc.)

<html>
<head>
<meta name="keywords" content="Portmahomack, Airnav, Radarbox, SBS1, SBS-1">
<meta http-equiv="refresh" content="60">
<meta http-equiv="expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Pragma-directive" content="no-cache">
<meta http-equiv="Cache-Directive" content="no-cache">
<body bgcolor="#000000">
<p align="center"><font color="#ff8000"></font></p>
<p align="center"><font color="#ff8000"><img hspace="0" src="http://www.tarbat.gofreeserve.com/shot/RadarBoxScreenShot.gif?<%=(new java.util.Date()).getTime()%>" align=center border=2></font></p><font color="#ff8000" >
<hr>
<p align="center"> </font><font color="#ff8000" size="4">This is a live feed from my Airnav Radarbox</font></p>
</body>
</html>

RodBearden

Well done Steve - that seems to be working fine, refreshing every minute.

Rod
Rod

G0TYS

cheers all great work your site rod seams to update without the shall we say jerk ??? is that just down to playing with code ? thanks again steve