Re: Problems installing 129f with tar on the Tivo
Quote:
Originally posted by CptKirk
I just tried to install v129f on the Tivo and got the following errors.
...
tar: Error exit delayed from previous errors
Don't worry about those errors... It installed. Everyone gets those.
Just try it out and verify that its working; if it isn't then ask again.
Re: mfs_ftp: easy extract / insert via ftp protocols
Quote:
Originally posted by rc3105
if savepath.txt is in the directory with tmf2ty_cfg.exe the first line of the file is used as the output path. these are tcl paths so use forward slashes like so
x:/extracts/ - d:/my_recordings/ - v:/video_files/
RC;
having troublegetting path to change to my d:/extracts/ line specified in the savepath.txt that resides in the same directory as the .exe
it says it can't create the path or doesn't exist. Yet it does create it on c: however I don't have enough room for the file to be extracted there, and it fails about 3/4 the way through.
it just seems to ignore my savepath.txt file.
Re: Re: mfs_ftp: easy extract / insert via ftp protocols
Quote:
Originally posted by Hi8
RC;
having troublegetting path to change to my d:/extracts/ line specified in the savepath.txt that resides in the same directory as the .exe
it says it can't create the path or doesn't exist. Yet it does create it on c: however I don't have enough room for the file to be extracted there, and it fails about 3/4 the way through.
it just seems to ignore my savepath.txt file.
I had this issue as well.
put the savepath.txt file in the same folder that you have the TMF file in, NOT where the EXE file is.
So for all my TMF folders, I have the same savepath.txt file there.
It will create a folder with the name of the show under the path specified in your savepath.txt file
my savepath.txt file is
e:/tivo/video/ty
I created it on the tivo with JOE and then ftp'd it down to my computer, because i didn't have a copy of dos2unix.exe handy.
HTH
A good Linux CLI FTP client for MFS_FTP
I have found that lftp (http://lftp.yar.ru/) may be the best CLI FTP client for linux to use with MFS FTP. It uses FXP which facilitates direct tivo-to-tivo transfers. It also has nice scripting and bandwidth throttling features.
It also has a workaround that stymies other FXP clients. Since MFS_FTP is single threaded, I think you can't "talk" to it while it's doing an FXP transfer. This means you can't get stats to see how fast the transfer is going. LFTP has an option to turn off stat checking. You also have the option of doin tivo-to-tivo transfer using the LFTP client as a hairpin (no local storage of files needed). It seems to transfer much more slowly this way but you can monitor progress.
EDIT: of course, you can still tail -f /var/mfs_ftp/port.3105.log to view progress so there's not real reason not to use fxp
.
Here's a sample script of the syntax I've used:
script listing:
open tivo2 -p 3105
set ftp:use-stat false
cd tmf
get "{Beer, Hot Chix and Baby Oil}{1970-01-01}{}{11.35 PM Tue Sep 09, 2003}{PPVP}.tmf" -o ftp://tivo:3105/tmf/
set cmd:move-background false
wait all
quit
called with:
lftp -f tempftpscript.txt
Note: The two tivos I have resolve to 'tivo' and 'tivo2'. Substitute your names or IP addresses for those in the script.
EDIT: lftp is also available for cygwin so it may be the best CLI FTP client for Windows and MFS_FTP as well.
http://cygwin.com/cgi-bin2/package-c....6-1&grep=lftp
(I haven't tried it.)
problem with upgrade to 1.2.9F
RC3105... I want to start off by thanking you for MFS_FTP...
I just upgraded from 1.2.8g to 1.2.9F and everthing seems to be working. I can transfer shows but I noticed a couple of things that seem different.
1. When I initially sign on it seems like it takes considerably longer between entering the username and prompting for the password. 1.2.8g used to prompt almost immediately. .9F takes about 15 seconds to prompt for password. Is this normal?
2. When I start up mfs_ftp it displays: catch close lastsock val "can't read "info(lastsock)": no such element in array". Is this nomal?
Again, Thanks for the great tool.