anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: FTP problem  (Read 8785 times)

0 Members and 1 Guest are viewing this topic.

RNAGG

  • Full Member
  • ***
  • Posts: 119
    • Aerococus
FTP problem
« on: May 18, 2010, 08:37:33 PM »
I'm having problem in sending file FTP. After sending the first file with the extension. GIF or other files are saved with the extension. TMP and other names.
I tried to solve the problem with the company making the hosting of my site, but he could not.

Someone might give you an idea of how to solve this problem? I've read about it in the Forum and could not solve.

Thanks

abrad41

  • Guest
Re: FTP problem
« Reply #1 on: May 19, 2010, 06:05:14 AM »
RNAGG

What hosting company are you using, a lot of guys on here have had the same problems, including me. Most of us moved over to using http://gofreeserve.com/ which no body has had any problems with. I myself have just moved over to using justhost.com which is not free, but has a small charge and everything is work great. You can see mine at www.absbta2011.co.uk

Andy

RNAGG

  • Full Member
  • ***
  • Posts: 119
    • Aerococus
Re: FTP problem
« Reply #2 on: May 21, 2010, 02:46:31 AM »
Thank you for the information abrad41!

I auditioned in GoFreeServe and worked perfectly. If the hosting company does not resolve the problem, you change to gofreeserve.com.

Regards,

Renato Nagg
RadarBox Brasil
http://www.radarboxbrasil.com.br
http://radarboxbrasil.blogspot.com/

RNAGG

  • Full Member
  • ***
  • Posts: 119
    • Aerococus
Re: FTP problem
« Reply #3 on: May 21, 2010, 03:26:25 PM »
Abrad41,

could create a website with automatic updating via FTP.

If you want to access it can give the link:

http://radarboxbrasil.gofreeserve.com/
Or the link on my site

www.radarboxbrasil.com.br

Thank you for your help!

Renato nagg
RadarBox Brazil
http://www.radarboxbrasil.com.br
http://radarboxbrasil.blogspot.com/

abrad41

  • Guest
Re: FTP problem
« Reply #4 on: May 21, 2010, 03:56:21 PM »
Renato

No problem, glad I could help. The page looks good mate.

Andy

ramimz

  • New Member
  • *
  • Posts: 33
Re: FTP problem
« Reply #5 on: October 23, 2010, 09:17:12 AM »
I'm having problem in sending file FTP. After sending the first file with the extension. GIF or other files are saved with the extension. TMP and other names.
I tried to solve the problem with the company making the hosting of my site, but he could not.

Someone might give you an idea of how to solve this problem? I've read about it in the Forum and could not solve.

Thanks

still no luck here :(

i use GoFreeServe now, and have the same problem.
all uploaded files are Tmp files with 0 bytes :(

Please help.

http://radarboxtlv.gofreeserve.com/AirNavRadarBox1.jpg
« Last Edit: October 23, 2010, 10:16:15 AM by ramimz »

orkney

  • Database Updater Moderator
  • Hero Member
  • *****
  • Posts: 1550
    • orkney radarbox screenshot
Re: FTP problem
« Reply #6 on: October 23, 2010, 10:28:17 AM »
Hello

In Gofreeserve the folder you upload to must be inside htdocs so your "folder" information in radarbox should be something like htdocs/ANRB and not just ANRB.

Andrew

ramimz

  • New Member
  • *
  • Posts: 33
Re: FTP problem
« Reply #7 on: October 23, 2010, 11:44:51 AM »
I change it to htdocs/ANRB
and the samo problem :(
look here: 
http://radarboxtlv.gofreeserve.com/ANRB/

tarbat

  • ShipTrax Beta Testers
  • Hero Member
  • *
  • Posts: 4219
    • Radarbox at Easter Ross
Re: FTP problem
« Reply #8 on: October 23, 2010, 01:02:45 PM »
I upload to ftp.gofreeserve.com/htdocs/shot/ and a single screenshot ends up in http://www.tarbat.gofreeserve.com/shot/

What version of Radarbox are you running - the latest?
« Last Edit: October 23, 2010, 01:06:27 PM by tarbat »

ramimz

  • New Member
  • *
  • Posts: 33
Re: FTP problem
« Reply #9 on: October 23, 2010, 03:19:00 PM »
i'm using v3.01.


tarbat

  • ShipTrax Beta Testers
  • Hero Member
  • *
  • Posts: 4219
    • Radarbox at Easter Ross
Re: FTP problem
« Reply #10 on: October 23, 2010, 03:21:04 PM »
Not sure if this is something that changed in the later version.  I'd recommend installing the latest version from http://www.airnavsystems.com/RadarBox/support.html

ramimz

  • New Member
  • *
  • Posts: 33
Re: FTP problem
« Reply #11 on: October 23, 2010, 06:26:44 PM »
I tried with my friend laptop with v3.08
and the same problem. :(
Tmp files with 0 bytes.
« Last Edit: October 23, 2010, 06:28:23 PM by ramimz »

ramimz

  • New Member
  • *
  • Posts: 33
Re: FTP problem
« Reply #12 on: October 23, 2010, 06:41:29 PM »
and another small thing.
each file that ANRB upload is with a different name, so how can i make a webpage if each files have a different name ?
I sow on the source file that it allways have the same file name
<p>src="AirNav_files/RadarScreenShot.gif" align="center" hspace="0"></font></p>
can someone please help with a small tutorial on how to do it ?

Thank you.

RodBearden

  • Hero Member
  • *****
  • Posts: 9125
    • Rod's RadarBox Downloads
Re: FTP problem
« Reply #13 on: October 24, 2010, 12:09:11 AM »
Here's what I do, using Gofreeserve - check my link (on the left) to see it in action:

In File, Preferences:



And this is the script on the webpage, which refreshes every 30 seconds, even though the FTP upload is once  a minute:

<IMG border=5 name=refresh src="RadarBoxScreenShot.gif"></P><P align=center>
  <SCRIPT language=JavaScript type=text/javascript>
      <!--
      var t = 30 // interval in seconds
      image = "RadarBoxScreenShot.gif" //name of the image
      function Start() {
      tmp = new Date();
      tmp = "?"+tmp.getTime()
      document.images["refresh"].src = image+tmp
      setTimeout("Start()", t*1000)
      }
      Start();
      // -->
      </SCRIPT>

Hope that helps

Rod
« Last Edit: October 24, 2010, 12:11:00 AM by RodBearden »
Rod

ramimz

  • New Member
  • *
  • Posts: 33
Re: FTP problem
« Reply #14 on: October 24, 2010, 03:41:25 PM »
Hi Rod.

I took your page (for testing only, i hope it's ok with you)
and upload it to the same directory.

now, i look at ANRB Temp Dir, and the files look ok to me
but something is mest up during upload.



on your web page, what changing the file name from this "201010241535.tmp"
to this "RadarBoxScreenShot.gif" ?

I know for sure that  i'm missing something here :(