PDA

View Full Version : tivoftpd problems


trickyech
04-14-2004, 02:00 PM
I'm trying to transfer some files to my tivo using tivoftpd but am running into a problem.

I used Steve Jenkins guide to install turbonet in my T60 and all went great.

I have the copy of tivoftpd from his bootcd in /var/hack/bin. It starts up ok and I'm able to login from my windows machine via the command line ftp. When I try to send a file though I get this error:

"503 Only ASCII and binary modes are supported"

I get this error even after I manually set the transfer mode to ascii by doing "ftp>ascii"

Anyone have any thoughts as to why tivoftpd is doing this?

tricky

Prof. Yaffle
04-14-2004, 05:24 PM
I'm sure you shoud be transferring files in Binary mode not ascii. Try typing "bin" followed by enter and then try transferring.

Piggers
04-14-2004, 06:22 PM
Try using a ftp client. I use smartftp and cuteftp.

Prof. Yaffle
04-14-2004, 06:27 PM
Personally I've found Filezilla (http://filezilla.sourceforge.net/) to be the most reliable Windows ftp software with TiVo. Just remember to set it to binary not auto and make sure it's set for single connection. Also don't forget to Disconnect before closing it otherwise you'll need to restart ftp on TiVo

Alessan
06-30-2004, 03:10 PM
where can I get the tfp program. I am a newbie to doing ftp on tivo and would to try to set it up.

Piggers
06-30-2004, 03:16 PM
It is no different then doing ftping to a computer or server. Try smartftp, wfsftp, cuteftp, filezilla, bulletproof.....

What ever ftp program you choose...maybe you should read the help or readme to find out how to use them. It is actually pretty simple.

TivoGeezer
06-30-2004, 03:34 PM
Originally posted by Alessan
where can I get the tfp program. I am a newbie to doing ftp on tivo and would to try to set it up. You can find it and other hacks here (http://www.tivocommunity.com/tivo-vb/showthread.php?s=&postid=733782&highlight=tivoftpd#post733782).

gmiller
07-01-2004, 08:50 PM
Your FTP client isn't sending the mode properly. As everyone else said, switch to a different FTP client.

tartan_haggis
02-23-2006, 01:10 PM
I have had the same problem using an Apple Mac running in Terminal mode. After certain commands, you get the following messages:

500 Syntax error, command unrecognized.
227 Entering Passive Mode (192,168,0,200,4,2)
503 Only ASCII and binary modes are supported.

Don't see why this should be a problem when ftp'ing from another UNIX host - I'm using Mac OS X Tiger 10.4 which is UNIX based.

Any suggestions, or is a commercial FTP package the only answer? On my Windows PC, I can use Microsoft FTP client and it works fine.