View Full Version : Can you FTP to N800?
alvindd
03-20-2007, 01:59 PM
I could FTP to my Directv Tivo using the Windows XP program "FileZilla".
When the N800 is connected to my computer via USB, how can you FTP?
brendan
03-20-2007, 02:14 PM
there is no FTP server running on the 770/n800. when connected via usb, open my computer and browse to the device. any card in the nokia should show up in windows. you will not have access to the internal filesystem to make changes that way. you will only be able to access what you have stored on your card.
Milhouse
03-20-2007, 03:06 PM
When the N800 is connected via USB, the internal and external memory cards will appear as Windows mass storage devices, i.e., they'll appear as additional disk drives within Windows File Explorer.
rickh
03-20-2007, 03:24 PM
I could FTP to my Directv Tivo using the Windows XP program "FileZilla".
When the N800 is connected to my computer via USB, how can you FTP?
If you still would like to transfer files wirelessly for whatever reason, you can always install dropbear ssh server/client. With it you can then do encrypted copies, if in Windows, with a program such as WinSCP, or command line scp from any other machine that has ssh/scp installed. Make sure you follow the instructions thoroughly while installing dropbear or ssh though. You MUST make sure you've changed root and user passwords.
R.
==
sondjata
03-20-2007, 04:44 PM
umm not sure about that. I ssh to my N800 all the time (as root) and have not had to change any passwords. In fact, I don't even recall making a password.
Milhouse
03-20-2007, 04:50 PM
You don't have to change the root password, it's merely advised as a precaution since the root password is well known and by adding Dropbear (I prefer Open SSH) you are providing external access to your device at which point a well known root password becomes a very bad thing.
I must admit I haven't bothered changing my root password though - the chance of someone connecting to my device with malicious intent is so extremely remote (but still possible).
rickh
03-20-2007, 05:46 PM
I know you don't have to change your root and user passwords, per sé, but you are running the risk of having your N800 exploited, whether you think the possibility is remote or not.
It's as bad as setting your bluetooth passcodes to 0000.
It takes two seconds to change a password. Why not make your tablet as secure as you can?
R.
==
brendan
03-20-2007, 06:08 PM
read up on ssh. use key based two-factor authentication for root level work, dont allow root login via ssh when a password is used. see the /etc/ssh/sshd_config file. use ssh2 and dsa encryption
ssh-keygen -t dsa (accept all defaults)
change
PermitRootLogin yes
to
PermitRootLogin without-password
in /etc/ssh/sshd_config.
sondjata
03-20-2007, 07:35 PM
On my desktop systems i restrict ssh, but on the networks i use this thing on, hacking is simply not something i'm worried about.
a lot of FTP programs let you browse/get/put files by ssh.
gnome (on linux) lets you connect to ssh servers in the 'connect to sever' dialog. then you can just open up the n800 as if it where a local disk
bac522
03-21-2007, 09:04 AM
I must admit I haven't bothered changing my root password though - the chance of someone connecting to my device with malicious intent is so extremely remote (but still possible).
Guess what you're next post will be about :D
eduardp
03-23-2007, 04:41 AM
scp works for me but sftp does not. SFTP wireless is clearly the way to go. How can it be fixed? Is dropbear or openssh letting you sftp? Why did they exclude it?
Milhouse
03-23-2007, 06:56 AM
sftp client and server is installed with OpenSSH on the N800. Dropbear is a cutdown version of open ssh designed for limited memory devices and probably omits certain functionality such as sftp.
Given the spec of the N800, OpenSSH is a better choice than Dropbear IMHO.
houman
03-21-2008, 03:12 AM
I use Filezilla program on PC to ftp files (you can use the configuration sftp over ssh2)
http://filezilla-project.org/index.php
edit: sorry for the late bump, I thought the date of the previous poster was March 2008 :)
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.