View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 21 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Oct 25, 2007 6:00 pm 
Offline
Joined: Tue Oct 23, 2007 2:28 pm
Posts: 29
I finally got mythtv setup, and networked with my xp machine. I am using putty to write commands to the myth box. Is it possible to ftp to the myth box as well? I want to be able to transfer files, and execute through the command prompt. Any help would be appreciated.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 6:44 pm 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
I'm not sure an FTP server is installed in a KM installation. You probably want to enable Samba, which is installed - See http://www.knoppmythwiki.org/index.php? ... SambaHowTo for details.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 6:50 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
You will be able to do sftp to you myth box using WinSCP. You will be able to connect to your myth box using the user Id that you specified during the install. Just google WinSCP and you'll find a download for it and it's free.

Tim


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 26, 2007 3:05 am 
Offline
Joined: Sun Jun 12, 2005 2:39 pm
Posts: 464
Location: UK
Filezilla can also sftp to your box.


Top
 Profile  
 
PostPosted: Fri Oct 26, 2007 7:48 am 
Offline
Joined: Fri Jul 29, 2005 1:22 am
Posts: 232
Location: SF East Bay, CA
dave1234 wrote:
I am using putty to write commands to the myth box.

Of course, PuTTY comes with PSFTP. .. That works too! :D

_________________
// Brian - Hardware:
ASUS P5P800 - P4 3Ghz, 500 GB PATA HD
ASUS P5K-V - P4 Core2 Duo, 500 GB SATA HD
Hauppauge PVR-350, IR Blaster, Comcast Digital Cable
http://tech.groups.yahoo.com/group/KnoppMyth/
KnoppMyth R5F27 >> R5.5


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 26, 2007 2:48 pm 
Offline
Joined: Tue Oct 23, 2007 2:28 pm
Posts: 29
Thanx for the help, i'll check out these programs. One more question, I have figured out how to copy files from cd to the linux os, I just don't know where to put them. When I would ftp into my linux hacked xbox, I could see the file tree of the o/s and drives. Will I be able to do that with an sftp program?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 26, 2007 3:02 pm 
Offline
Joined: Tue Oct 23, 2007 2:28 pm
Posts: 29
Ok, answered my own question. Yes.
Now, I want to add a .diff file for a usb dvb box I have. Any hints on where I would put it?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 26, 2007 5:14 pm 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
dave1234 wrote:
Ok, answered my own question. Yes.
Now, I want to add a .diff file for a usb dvb box I have. Any hints on where I would put it?
If this is a diff for a patch of somekind, I would recommend following the patch provider's instructions.

Otherwise your request is very light on details. If you could explain what you are trying to accomplish then perhaps someone here can help...


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 26, 2007 10:24 pm 
Offline
Joined: Tue Oct 23, 2007 2:28 pm
Posts: 29
I am trying to install this patch, V4l HG Tree 8psk Patch - Provides 8psk support to the HG tree. and set up the myth box for sat. I have 2 dvb-s cards installed, one is a twinhan pci and the other is a usb 8psk. The command prompt says the driver for the 8psk unit is registered, but I can't find anything for setting it up on the mythbox.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 26, 2007 11:02 pm 
Offline
Joined: Tue Oct 23, 2007 2:28 pm
Posts: 29
I am trying to send the file through sftp. I keep getting access denied errors. I am using filezilla. I can browse through the folders on the mythbox, but cant transfer anything or create folders. (I can copy files from the mythbox to my xp machine)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 27, 2007 6:26 am 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
You will have to sftp the files to your home directory, or tmp. Then ssh to the machine su to root and move the file to where they need to go.

The reason for the error is that your created userid does not have write authority to where you are trying to put the files.

This should be helpful as well.

http://www.knoppmythwiki.org/index.php?page=LinuxTips


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 27, 2007 11:01 am 
Offline
Joined: Tue Oct 23, 2007 2:28 pm
Posts: 29
I have been reading the wiki, but am still confused about a couple of things. When I had linux on my xbox, I could ftp files back and forth. It won't even let me copy files to the home directory.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 27, 2007 11:56 am 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
you failed to mention what you were confused about. You should be trying to log in as user_name_you_created and by default you will be taken to that users home directory.

do you get a directory listing of /home/user_name_you_created ?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 27, 2007 1:46 pm 
Offline
Joined: Tue Oct 23, 2007 2:28 pm
Posts: 29
Yes, I get that directory. I'm confused why I can't transfer files through sftp from my windows desktop to my mythbox. I know that I can transfer files using commands in putty, but I don't think I can transfer files this way from my windows machine.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 27, 2007 1:50 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Once you are in your home directory you should be able to transfer any file from your PC to your home directory on the myth box.

On the left hand side highlight the filename right click and select upload.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu