cosmic007
07-31-2003, 09:04 PM
I have spent the last 6 hours looking for a solutions on the threads but can not find on that works. All i want to do is transfer three files from my computer to my directTV tivo. They both are on my network. I am able to telnet into the tivo just fine. I have tivoweb running on the tivo and it works fine. I want to transfer to files to /var/hack/bin & i want to transfer a third file to /var/hack/tivoweb-tcl/modules/ui.itcl the third file will replace the ui.itcl file. The tivo box has this version of bash
GNU bash, version 2.02.0(1)-release (i686-pc-linux-gnu)
I have tried
[localhost:~] cosmic% scp nc 10.0.0.200:/var/hack/bin
ssh: connect to address 10.0.0.200 port 22: Connection refused
lost connection
[localhost:~] cosmic% rcp nc 10.0.0.200:/var/hack/bin
10.0.0.200: Connection refused
with no luck, which come to find out , the normal commands with not work or are not turned on????
I have tried to push the file from my computer to the tivo with these commands but they do not work and i have tried to turn on sshd
bash-2.02# rcp 10.0.0.2:Desktop/nc /var/hack/bin
bash: rcp: command not found
bash-2.02# chkconfig
bash: chkconfig: command not found
bash-2.02# chkconfig--level345 sshd on
bash: chkconfig--level345: command not found
bash-2.02# sshd on
bash: sshd: command not found
can someone please tell me how to transfer these three files.
Thanks
Peter
GNU bash, version 2.02.0(1)-release (i686-pc-linux-gnu)
I have tried
[localhost:~] cosmic% scp nc 10.0.0.200:/var/hack/bin
ssh: connect to address 10.0.0.200 port 22: Connection refused
lost connection
[localhost:~] cosmic% rcp nc 10.0.0.200:/var/hack/bin
10.0.0.200: Connection refused
with no luck, which come to find out , the normal commands with not work or are not turned on????
I have tried to push the file from my computer to the tivo with these commands but they do not work and i have tried to turn on sshd
bash-2.02# rcp 10.0.0.2:Desktop/nc /var/hack/bin
bash: rcp: command not found
bash-2.02# chkconfig
bash: chkconfig: command not found
bash-2.02# chkconfig--level345 sshd on
bash: chkconfig--level345: command not found
bash-2.02# sshd on
bash: sshd: command not found
can someone please tell me how to transfer these three files.
Thanks
Peter