-
How to Send .ty Files back to DVR?
How do I send .ty files back to my 6.2 hacked DTiVo or is it possible?
Thanks!!
Orion
-
If use use mfs_ftp to extract you use it to send it back as well.
Not sure if you can send a file extracted with TyTool as well, never tried. If it does work, it'd probably be missing program information.
HayreAss
-
where is it FTPed to, that is, what folder?
-
Notice I said mfs_ftp.
Files are stored in mfs, not in a folder.
You can't just ftp a .ty file back.
Research mfs_ftp, it'll become clear.
HayreAss
-
I can't find the latest version of this that works with a hacked 6.2 DTivo. Can you point me in the direction for the latest version?
Thanks!
Orion
-
Btw, I'm using TyTool to extract the video. How do I send the video back? I tried one version of mfs_ftp but it crashed. I am running a hacked 6.2 DTivo.
-
once mfs_ftp is running for 6.2 you need to comment all all event calls in mfs_ftp.tcl
search for evt and comment as as follows:
reset_control_socket
# event register $TmkEvent::EVT_DATA_CHANGED datachanged
}
restart mfs_ftp or box and insertions should work fine.
to send back as follows using windows command line ftp client or use any ftp client that has a sun solaris mode and can connect to port 3105 (one is my freeware port of ws_ftp32... email me if you need a copy)
C:\>ftp
ftp> open tivo1 3105
Connected to tivo1.
220 Mfs_Ftp ver 1.2.9Q - {sock196} from "xx.xxx.190.121:2374"
User (tivo1
none)):
331 User name okay, need password.
Password:
230 Running in TiVo Mode.
ftp> cd tmf
250 Directory change successful.
ftp> put xxxxx.tmf
or
cd ty
250 Directory change successful.
ftp> put xxxx.ty
Last edited by lgkahn; 06-07-2005 at 08:00 AM.
-
I can't believe you guys let him get away with all that...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules