PDA

View Full Version : FTP'ing daylight saving file



tonys
21-09-2007, 03:55 PM
I see from a message on my Tivo that I need to tranfer a new timezone file onto my Tivo, can anyone give me an idiot's guide to doing this please? I'm reasonably confident using Putty, but I think I need to use filezilla or similar? Not used this before!

Wibble
21-09-2007, 07:23 PM
can anyone give me an idiot's guide to doing this please?

telnet to your tivo then run the following:

#Remember the output of this so you can check later
ls -la /var/hack/zoneinfo/Pacific/Auckland

#Backup previous files
mkdir timezone-backup
cp -p /var/hack/zoneinfo/Pacific/Auckland timezone-backup/

#Get the update
wget ftp://210.48.107.133/install/Auckland.zip

unzip Auckland.zip
cp Auckland /var/hack/zoneinfo/Pacific/

#Check the updated file
ls -la /var/hack/zoneinfo/Pacific/Auckland

#The output should be something like this, with the date of when you do it and the important bit is that the size is now 882.
#-rw-r--r-- 1 0 0 882 Sep 21 21:17 Auckland

reboot

#PS: The File is Thomson's from http://forums.oztivo.net/showpost.php?p=10969&postcount=4

tonys
22-09-2007, 10:52 AM
Worked fine, thanks. Just the same as the instructions in the message on the Tivo. I thought the file had to be downloaded to my PC, then ftp'd to my tivo.

jamesthecarman
26-09-2007, 12:57 PM
Hello,

Just wondering if anyone could help me to telnet with my TiVo? I haven't done it before.

My TiVo's IP is set as 192.168.1.50

Cheers,
James

catdog
26-09-2007, 02:11 PM
try this page:
http://minnie.tuhs.org/twiki/bin/view/Howto/TelnetToYourTiVo