I'm trying to get my PC (windows XP Pro) setup to import ty files into my Series 1 tivo using mfs_ftp. I've downloaded and installed (what I believe is) the latest version of mfs_ftp (1.2.9p) and I'm not having any luck FTPing into port 3105 from my PC.
I tried FTPing from a mac (since it's command line FTP client will allow me to set a port number) and I can connect and get directory listings with no problem.
I haven't been able to find a PC ftp client that isn't a gui that will let me set the port to connect to. I've tried setting up ws_ftp, filezilla, and smart_FTP. They all seem to connect, get the welcome message, then report that they were disconnected. Here is what I see when I try to connect with filezilla
Code:
Status: Connecting to 192.168.1.83:3105 ...
Status: Connected with 192.168.1.83:3105. Waiting for welcome message...
Response: 220 Mfs_Ftp ver 1.2.9p - {sock22} from "192.168.1.82:1923"
Command: USER anonymous
Error: Disconnected from server
Error: Unable to connect!
and the port.3105.log file shows
Code:
catch close lastsock val "can't read "info(lastsock)": no such element in array"
07:59:28:PM - 220 Mfs_Ftp ver 1.2.9p - {sock22} from "192.168.1.82:1923"
07:59:28:PM - 502 Command not implemented ""
I've searched the forums and while I was able to find someone mentioning the "can't read info(lastsock)" message, I didn't see any responses to that.
I suspected it might be a firewall issue so I disabled my firewall and I still am unable to connect.
Any idea what I might be doing wrong?