Main Menu

FTP again...

Started by dwilder, September 10, 2008, 06:16:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

abrad41

dwilder

This is not a RB problem, Allocator, myself and others have no problems what so ever.  Take a look at http://www.absbta2006.co.uk/airnav_radarbox.htm

Cheers

tarbat

dwilder, don't know if this is relevant to your problem, but have you tried this (from another forum):
Open your your site definition, switch to advanced view and select "Remote Info" from the list on the left. Place a tick in "Use Passive FTP".

Allocator

#32
Quote from: dwilder on January 11, 2009, 12:54:00 AM
No, my provider does not have an upload frequency limit - I run a weather service and webcam to the site that uploads data every couple of seconds, 24/7.

I therefore firmly believe that the problem lies with RB and how it handles the unlocking / release of access of files once they have been uploaded.

AirNav support does acknowledge that there is a problem in their software. They just haven't fixed it as agreed.

Daniel

Another test here - FTP to the directory where RB is uploading the file.  Manually upload the screen shot which is stored in the /Screen Shots directory.

FTP upload the same picture again and see what happens to the files. Do you get a tmp or a renamed file?

This is all I get - note the -rw-r--r-- in the attributes column.  These are the read/write etc permissions for this directory - maybe this is the problem.  You can chance these for your hosting site if they allow.  I can't remember what they stand for, but I'm sure somebody here will know.

tarbat

#33
Can someone test to see if this is now working at http://www.tarbat.gofreeserve.com/radarbox.htm

I've got it so the page refreshes every 60 seconds.  But how do I force the page to pickup the new image as well.  The only way I've found to force the new image to appear is using CTRL+F5.

tarbat

BTW, permissions are READ, WRITE, EXECUTE for OWNER, GROUP, and EVERYONE, in that order.

nortonbeak

Quote from: tarbat on January 11, 2009, 09:51:25 AM
Can someone test to see if this is now working at http://www.tarbat.gofreeserve.com/radarbox.htm

I've got it so the page refreshes every 60 seconds.  But how do I force the page to pickup the new image as well.  The only way I've found to force the new image to appear is using CTRL+F5.

Yes I see it working and refreshing.

tarbat

#36
Quote from: tarbat on January 11, 2009, 09:51:25 AMBut how do I force the page to pickup the new image as well.  The only way I've found to force the new image to appear is using CTRL+F5.

Okay, a combination of techniques forced the image to reload.
1. Use <meta http-equiv="expires" content="0">
2. Add a query string onto the end of the image name -
src="http://www.tarbat.gofreeserve.com/shot/RadarBoxScreenShot.gif?A"

So, for anyone looking for a free web hosting service that works with Radarbox, get a free site from http://gofreeserve.com/

Allocator

tarbat,

I'm not sure that your page is auto refreshing.  I use this to refresh the page every 60 seconds.

<meta http-equiv="refresh" content="60; URL=http://www.ruyton.demon.co.uk/html/airnav_radarbox.html">

http://www.ruyton.demon.co.uk/html/airnav_radarbox.html

Thanks for the free hosting tip, I'll take a look :-)

tarbat

Allocator, it seems to refresh in my browser okay.  Can you check, using this address - http://www.tarbat.gofreeserve.com/radarbox.htm

This is what I've got in my page:
<html>
<head>
<title>Radarbox at Portmahomack</title>
<meta http-equiv="refresh" content="60; URL=http://www.tarbat.gofreeserve.com/radarbox.htm">
<meta http-equiv="expires" content="0">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<iframe width="565" height="601" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.tarbat.gofreeserve.com/shot/RadarBoxScreenShot.gif?A"></iframe>
</body>
</html>

besty

Just refreshed by itself on my pc, can't help with the other stuff though. Above my head by miles.

Stuart

Allocator

OK, I'll have another look tarbat.

Here's my Gofreeserve site :-)

http://www.allocator.gofreeserve.com/index.htm

Allocator

#41
Quote from: tarbat on January 11, 2009, 12:39:44 PM
Allocator, it seems to refresh in my browser okay.  Can you check, using this address - http://www.tarbat.gofreeserve.com/radarbox.htm

This is what I've got in my page:
<html>
<head>
<title>Radarbox at Portmahomack</title>
<meta http-equiv="refresh" content="60; URL=http://www.tarbat.gofreeserve.com/radarbox.htm">
<meta http-equiv="expires" content="0">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<iframe width="565" height="601" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.tarbat.gofreeserve.com/shot/RadarBoxScreenShot.gif?A"></iframe>
</body>
</html>


No, I'm not getting a refresh in FireFox 3.0.5

I can do a manual refresh and the new screen shot comes up OK.

This is my html header information:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>AirNav RadarBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="Generator" content="NetObjects Fusion 10 for Windows"><meta http-equiv="refresh" content="60; URL=http://www.allocator.gofreeserve.com/index.htm">
<BODY BGCOLOR="66ccff">
</head>

Edit: You code looks pretty much like mine - so it should work - I'll try again.

Allocator

#42
tarbat, it is refreshing, it's just not loading the new picture for some odd reason - a manual refresh does produce a new picture though.

Edit:  Hmmmm...... mine is just the same - the page is refreshing, but the screen shot isn't, unless I do a manual refresh.  Maybe it's a Firefox thing.  Off to lunch and I'll think about this more later.

tarbat

Try putting ?A at the end of the image name - eg
src="http://www.tarbat.gofreeserve.com/shot/RadarBoxScreenShot.gif?A"


That's meant to force a refresh of the image as well.

Allocator

But your page is still showing as 14:01 UTC right now (14:26) but I saw it update from 13:41 to 14:01 at 14:08.  In the meantime, even though the page has refreshed, no more updated screen shots.