davilla / atv-bootloader

Automatically exported from code.google.com/p/atv-bootloader
GNU General Public License v2.0
19 stars 10 forks source link

FTP access issue #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have an apple tv with version 2.3.

The problem is that I'm able to connect to the atv via sftp but not using ftp. 
For example, using 
terminal i can use the command ssh -2 but no ssh -1. 

Is there a way to activate ftp connection?

Sftp is solwer  than ftp when transmiting data....Before I could transfer at 
3,5 MB and now with this i 
can only get 300K).

I'm a newbie. Thanks for the help.

Original issue reported on code.google.com by fmcrama...@gmail.com on 27 Nov 2008 at 8:20

GoogleCodeExporter commented 9 years ago
One more thing... I'm using Cyberduck.

Original comment by fmcrama...@gmail.com on 27 Nov 2008 at 10:08

GoogleCodeExporter commented 9 years ago
http://wiki.awkwardtv.org/wiki/Enable_FTP_Server

Original comment by sdavi...@gmail.com on 27 Nov 2008 at 3:36

GoogleCodeExporter commented 9 years ago
What is the root password?

Original comment by fmcrama...@gmail.com on 27 Nov 2008 at 8:07

GoogleCodeExporter commented 9 years ago
you can't access root owned items using sftp or ftp. The root password is not 
set and root is disabled from 
logging from outside. Google "OSX root password"

Original comment by sdavi...@gmail.com on 27 Nov 2008 at 8:27

GoogleCodeExporter commented 9 years ago
I'm using terminal... and I think i've manage to do what described on 
http://wiki.awkwardtv.org/wiki/Enable_FTP_Server.

But it doesn't work..... I have the msg in terminal Protocol major versions 
differ: 1 vs. 2
 and in Cyberduck when trying to access via ftp the message "chproxy (246);execv() no suh file or directory.

Can you pls help me?

Original comment by fmcrama...@gmail.com on 27 Nov 2008 at 8:36

GoogleCodeExporter commented 9 years ago
"Protocol major versions differ: 1 vs. 2" is an ssh/sftp message. sftp != ftp

enabling a ftpd server is outside the scope of this project, I would ask over 
at the awkwardtv forums.

Original comment by sdavi...@gmail.com on 27 Nov 2008 at 9:08