View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#5
Originally Posted by niloy View Post
What is the easiest way to transfer files between two N900 using wifi.
Is there access point / Internet connection available?

Originally Posted by niloy View Post
scp is possible but not user friendly and either one of us has to share our root password which is not acceptable.
I think scp is user friendly, but it is only for command line.
No need to share root password, any user-password pair works. If user doesn't have password you can create it:
Code:
sudo gainroot
passwd user
With scp you can pull and push, so only one phone needs ssh-server and shared password.