need sugestions

arne anka openmoko at ginguppin.de
Tue Nov 24 11:43:57 CET 2009


> i still have 1 qustion how can i write files to FR throw the ssh
> what are the commands?
> tnx again for your time


please, always quote only the really necessary parts!

as for writing files: depends on your definition of writing.
once you are via ssh on the fr, you can use vim, nano, emacs, whatever  
just like in another terminal.

if you mean transfering files to the fr, your friend is
scp
which is to be used _parallel_ to ssh, ie instead of ssh us sue scp just  
like cp:
scp foo.bar root at 192.168.0.202:/tmp/
will copy the file  foo.bar to the freerunner into the /tmp directory.

i guess, most graphical file mangers will support the fish protocol, which  
enables you to treat the fr just like another storage device.
in the manager's (konqueror, dolphin) addressbar  type

fish://root@192.168.0.202/tmp/

and you should see the contents of that folder.



More information about the support mailing list