Reply
Thread Tools
Posts: 147 | Thanked: 12 times | Joined on Aug 2007 @ Washington State
#1
Is there anyway to enable an ftp server on the N800? Apparently, NVU won't talk to it using sftp.

Jay
 
Posts: 662 | Thanked: 238 times | Joined on Jul 2007
#2
I'm not sure if NVU does it... But you can easily transfer files to the Tablet over SSH using openSSH on the Tablet and Gftp on your computer... Hope it helps!
 
Posts: 147 | Thanked: 12 times | Joined on Aug 2007 @ Washington State
#3
No, that didn't help, as that's the way I do it now. I want my html editor, NVU, to be able to "see" then N800, and, unfortunately, it doesn't use sftp.
 
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#4
You can "mount an ssh partition" using sshfs
It's a bit of a hack but I've used it, it's like "fish" of konqueror.
 
Posts: 147 | Thanked: 12 times | Joined on Aug 2007 @ Washington State
#5
I'm in a Windows environment. Maybe I should just install Samba.
 
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#6
Samba on the n800? Does it exist? I've seen that
apt-cache policy nfs-common says that it exist so I guess it's possible to install NFS but then you will need NFS services for NT for the windows part.

Actually it should be possible to port an ftpserver to the n800 but I guess nobody did it because ftp is really insecure..
 
Posts: 30 | Thanked: 10 times | Joined on Jul 2007
#7
The problem with transfers via SSH is they are very slow, much slower than the write speed of the SDHC cards. Having a FTP server running on the tablet, would get rid of this limitation.

Yes FTP is more insecure, but only if the login credentials are intercepted, and on a private LAN, it is a very good solution for file transfers. I am actually surprised it does not come as part of the OS and nobody has compiled it.
 
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#8
Originally Posted by arman68 View Post
The problem with transfers via SSH is they are very slow, much slower than the write speed of the SDHC cards. Having a FTP server running on the tablet, would get rid of this limitation.
Yes, the slowdown is due to encryption, it will generate more cpu load on both endpoints. One way would be to use a lighter encryption, for example blowfish. I think removing encryption is not possible.
Yes FTP is more insecure, but only if the login credentials are intercepted, and on a private LAN, it is a very good solution for file transfers. I am actually surprised it does not come as part of the OS and nobody has compiled it.
No it's not only the login that can be intercepted, the complete traffic is unencrypted, so one can snoop your transfered image, files,..

I have this device since only a few days but I may have a look at porting an ftp server when I have time and when I have understood how to cross compile.
 
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#9
There exist ftp server made in python. One is pyFTPdrop only supports anonymous upload but needs to be started from (x)inetd which I can't find for the n800.
You should find others in python or even in perl, ftp protocol and application is quite simple.
 
hordeman's Avatar
Posts: 698 | Thanked: 129 times | Joined on Oct 2007 @ CA
#10
Originally Posted by free View Post
There exist ftp server made in python. One is pyFTPdrop only supports anonymous upload but needs to be started from (x)inetd which I can't find for the n800.
You should find others in python or even in perl, ftp protocol and application is quite simple.
I'm quite late to this thread, but I'm also looking for an FTP server for my n800. Does anybody have any newer info on the topic? (For the reasons above, I only want to use FTP to transfer files.)

Thank you!
 

The Following User Says Thank You to hordeman For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 20:17.